Skip to content

Commit

Permalink
Added 'make ruff' to test workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
  • Loading branch information
andy-maier committed Jun 23, 2024
1 parent c5d092c commit 8cf1457
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,12 @@ jobs:
RUN_TYPE: ${{ steps.set-run-type.outputs.result }}
run: |
make check
- name: Run ruff
env:
PACKAGE_LEVEL: ${{ matrix.package_level }}
RUN_TYPE: ${{ steps.set-run-type.outputs.result }}
run: |
make ruff
- name: Run pylint
env:
PACKAGE_LEVEL: ${{ matrix.package_level }}
Expand Down
3 changes: 2 additions & 1 deletion changes/1526.feature.rst
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Added support for running thr 'ruff' checker.
Added support for running the 'ruff' checker via "make ruff" and added that
to the test workflow.

0 comments on commit 8cf1457

Please sign in to comment.