Skip to content

Commit

Permalink
set ruff version
Browse files Browse the repository at this point in the history
  • Loading branch information
blueraft committed Mar 1, 2024
1 parent 807337c commit 4ba9f1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
- uses: chartboost/ruff-action@v1
with:
args: "check ."
version: 0.1.8
# to enable auto-formatting check, uncomment the following lines below
# ruff-formatting:
# runs-on: ubuntu-latest
Expand All @@ -60,3 +61,4 @@ jobs:
# - uses: chartboost/ruff-action@v1
# with:
# args: "format . --check"
# version: 0.1.8

0 comments on commit 4ba9f1f

Please sign in to comment.