Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
toreamun authored Jul 18, 2024
1 parent 94c4676 commit 2d4a1e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: "Lint"
on:
push:
branches:
- "main"
- "master"
pull_request:
branches:
- "main"
- "master"

jobs:
ruff:
Expand All @@ -29,4 +29,4 @@ jobs:
run: python3 -m ruff check .

- name: "Format"
run: python3 -m ruff format . --check
run: python3 -m ruff format . --check

0 comments on commit 2d4a1e8

Please sign in to comment.