Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
kumvijaya authored Sep 6, 2024
1 parent ef1dfe7 commit 5a6c38d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ruff-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
with:
python-version: '3.11'

# - name: Lint
# uses: chartboost/ruff-action@491342200cdd1cf4d5132a30ddc546b3b5bc531b
# with:
# args: check
# changed-files: 'true'
- name: Lint
uses: chartboost/ruff-action@v1
with:
args: check
changed-files: 'true'

- uses: chartboost/ruff-action@491342200cdd1cf4d5132a30ddc546b3b5bc531b
- uses: chartboost/ruff-action@v1
with:
args: format --diff
changed-files: true

0 comments on commit 5a6c38d

Please sign in to comment.