Skip to content

Commit

Permalink
Added ruff scanning to code quality workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jaytmiller committed Oct 14, 2023
1 parent 02d33ae commit 315102c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,10 @@ jobs:
run: |
source setup-env
scripts/sscan-flake8
- name: Ruff Scan
shell: bash
continue-on-error: false
run: |
source setup-env
scripts/sscan-ruff

0 comments on commit 315102c

Please sign in to comment.