Skip to content

Commit

Permalink
updare ruff GitHub action
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
  • Loading branch information
seapagan committed Dec 15, 2024
1 parent be280be commit 6f76749
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Linting
uses: chartboost/ruff-action@v1
with:
args: check
- name: Check Formatting
uses: chartboost/ruff-action@v1
with:
args: format --check
- uses: astral-sh/ruff-action@v2
- run: ruff check --output-format=concise
- run: ruff format --check

0 comments on commit 6f76749

Please sign in to comment.