Skip to content

Commit

Permalink
update actions for ruff autoformatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pepe-Marquez committed May 16, 2024
1 parent f49c7df commit 45d6b26
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
args: "check ."

# to enable auto-formatting check, uncomment the following lines below
# ruff-formatting:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: chartboost/ruff-action@v1
# with:
# args: "format . --check"
ruff-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
args: "format . --check"

0 comments on commit 45d6b26

Please sign in to comment.