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.
1 parent 50143aa commit c15929dCopy full SHA for c15929d
1 file changed
.github/workflows/main.yml
@@ -1,3 +1,6 @@
1
+# don't copy this, this is for self-testing only
2
+# see the README for how to use this action
3
+
4
on:
5
pull_request:
6
push:
@@ -12,6 +15,8 @@ jobs:
12
15
with:
13
16
python-version: 3.x
14
17
- uses: pre-commit/action@v3.0.0
18
+ # don't copy this, this is for self-testing only
19
+ # see the README for how to use this action
20
- uses: ./.
21
name: Run pre-commit-ci/lite-action@v1.0.0
22
if: always()
0 commit comments