Skip to content

Commit

Permalink
Merge pull request nomad-coe#3 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 180fa08 + 4ba9f1f commit 4980f35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +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 4980f35

Please sign in to comment.