Skip to content

Commit

Permalink
update lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak committed Sep 22, 2024
1 parent eeb978c commit e068a8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Ruff check
uses: chartboost/ruff-action@v1
with:
version: 0.6.7
args: "check"
changed-files: "true"

- name: Ruff format
uses: chartboost/ruff-action@v1
with:
version: 0.6.7
args: "format"
changed-files: "true"

0 comments on commit e068a8e

Please sign in to comment.