We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7355e87 + 6c76368 commit 9700f70Copy full SHA for 9700f70
1 file changed
.github/workflows/pre-commit.yml
@@ -1,10 +1,11 @@
1
-name: pre-commit
+name: code quality checks
2
3
on:
4
pull_request:
5
6
jobs:
7
pre-commit:
8
+ name: run pre-commit
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v4
0 commit comments