Skip to content

Commit

Permalink
fix yml syntax in github action ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
bneron committed Aug 1, 2024
1 parent d782d32 commit 52f2238
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ jobs:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
args: check
src: "./macsypy ./tests"
args: check
src: "./macsypy ./tests"
changed-files: 'true'

0 comments on commit 52f2238

Please sign in to comment.