Skip to content

Commit

Permalink
Merge pull request #10 from blueraft/main
Browse files Browse the repository at this point in the history
update format arg
  • Loading branch information
ladinesa authored Mar 2, 2024
2 parents 294eac3 + 658a063 commit e991fed
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 @@ -52,10 +52,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 e991fed

Please sign in to comment.