Skip to content

Commit 76fff38

Browse files
committed
fixup! Run ruff via pre-commit and GHA
1 parent 12a04c9 commit 76fff38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: pre-commit
22
on:
33
pull_request:
4-
branches: [master]
4+
branches: [main]
55
push:
6-
branches: [master]
6+
branches: [main]
77
jobs:
88
pre-commit:
99
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)