Skip to content

Commit

Permalink
Merge pull request #240 from duggalsu/use_ci_ruff_action
Browse files Browse the repository at this point in the history
ci: Added using ruff action for CI linting
  • Loading branch information
duggalsu authored Mar 23, 2024
2 parents 88101a9 + ed89995 commit 5d7137b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
python-version: '3.11'

- name: Lint with Ruff
run: |
pip install ruff==0.3.2
ruff --output-format=github ./src/
uses: chartboost/ruff-action@e18ae971ccee1b2d7bbef113930f00c670b78da4 # v1.0.0
with:
src: "./src"
continue-on-error: false

- name: pip audit install setup 1
Expand Down

0 comments on commit 5d7137b

Please sign in to comment.