Skip to content

Commit

Permalink
Check code style and formatting in CI #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 2fff13c commit 790a8a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etc/ci/azure-posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@ 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 790a8a6

Please sign in to comment.