Skip to content

Commit 0275c70

Browse files
committed
Have code style check as its own job #512 #515
Signed-off-by: Jono Yang <[email protected]>
1 parent 73454da commit 0275c70

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

azure-pipelines.yml

+8
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,11 @@ jobs:
4040
python_versions: ['3.10']
4141
test_suites:
4242
all: make check_docs
43+
44+
- template: etc/ci/azure-posix.yml
45+
parameters:
46+
job_name: ci_code_style
47+
image_name: ubuntu-22.04
48+
python_versions: ['3.10']
49+
test_suites:
50+
all: make check

etc/ci/azure-posix.yml

-3
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,5 @@ jobs:
4141
sudo cp .env /etc/scancodeio
4242
displayName: '${{ pyver }} - Configure'
4343
44-
- script: make check
45-
displayName: '${{ pyver }} - Check code style and format'
46-
4744
- script: $(test_suite)
4845
displayName: '${{ pyver }} - $(test_suite_label) on ${{ parameters.job_name }}'

0 commit comments

Comments
 (0)