Skip to content

fix: require a token on the dev server API and validate Host [PC-4894] #407

fix: require a token on the dev server API and validate Host [PC-4894]

fix: require a token on the dev server API and validate Host [PC-4894] #407

Workflow file for this run

name: CI
on:
push:
branches:
- main
- 'release/**'
paths-ignore:
- pyproject.toml
pull_request:
branches:
- main
- 'release/**'
jobs:
commit-lint:
if: ${{ github.event_name == 'pull_request' }}
uses: ./.github/workflows/commitlint.yml
lint:
uses: ./.github/workflows/lint.yml
test:
uses: ./.github/workflows/test.yml