We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e962b19 + ff2b739 commit b5ea846Copy full SHA for b5ea846
1 file changed
.github/workflows/lint-code.yml
@@ -1,6 +1,8 @@
1
-name: Lint tools code formatting
+name: Run pre-commit hooks
2
on:
3
- pull_request:
+ push:
4
+ branches:
5
+ - "**" # runs on all branches
6
7
# Cancel if a newer run is started
8
concurrency:
0 commit comments