Skip to content

Commit

Permalink
Merge pull request #12 from blueraft/master
Browse files Browse the repository at this point in the history
update format arg
  • Loading branch information
ladinesa authored Mar 2, 2024
2 parents 2bd4d49 + b8277de commit 9312f1e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,13 @@ 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
# steps:
# - uses: actions/checkout@v3
# - uses: chartboost/ruff-action@v1
# with:
# args: "format ."
# args: "format . --check"
# version: 0.1.8

0 comments on commit 9312f1e

Please sign in to comment.