Skip to content

Commit

Permalink
Have code style check as its own job #512 #515
Browse files Browse the repository at this point in the history
Signed-off-by: Jono Yang <[email protected]>
  • Loading branch information
JonoYang committed Aug 13, 2024
1 parent 73454da commit 0275c70
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 8 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,11 @@ jobs:
python_versions: ['3.10']
test_suites:
all: make check_docs

- template: etc/ci/azure-posix.yml
parameters:
job_name: ci_code_style
image_name: ubuntu-22.04
python_versions: ['3.10']
test_suites:
all: make check
3 changes: 0 additions & 3 deletions etc/ci/azure-posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,5 @@ jobs:
sudo cp .env /etc/scancodeio
displayName: '${{ pyver }} - Configure'
- script: make check
displayName: '${{ pyver }} - Check code style and format'

- script: $(test_suite)
displayName: '${{ pyver }} - $(test_suite_label) on ${{ parameters.job_name }}'

0 comments on commit 0275c70

Please sign in to comment.