Skip to content

Commit

Permalink
Fix lint action with wrong branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectricityMachine authored Dec 13, 2023
1 parent 0d4bd8a commit 7e14701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- main
- master

jobs:
ruff:
Expand All @@ -19,4 +19,4 @@ jobs:
- name: Run ruff
run: |
pip install ruff
ruff check --output-format=github .
ruff check --output-format=github .

0 comments on commit 7e14701

Please sign in to comment.