Skip to content

Commit

Permalink
fixup! Run ruff via pre-commit and GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Sep 29, 2023
1 parent 12a04c9 commit 76fff38
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
@@ -1,9 +1,9 @@
name: pre-commit
on:
pull_request:
branches: [master]
branches: [main]
push:
branches: [master]
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 76fff38

Please sign in to comment.