Skip to content

Commit

Permalink
Don't need a separate step here.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcbnz committed Jan 26, 2025
1 parent 3dc1547 commit 731b92b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,8 @@ jobs:
python-version: 3.x
architecture: x64

- name: Download ruff
uses: astral-sh/ruff-action@v3
with:
args: version

- name: Lint
run: ruff check
uses: astral-sh/ruff-action@v3

- name: Check formatting
run: ruff format --check

0 comments on commit 731b92b

Please sign in to comment.