Skip to content

Commit d667a14

Browse files
authored
Merge pull request #9 from pre-commit-ci/asottile-patch-1
add notice to the workflow so people don't copy this
2 parents 50143aa + c15929d commit d667a14

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
14
on:
25
pull_request:
36
push:
@@ -12,6 +15,8 @@ jobs:
1215
with:
1316
python-version: 3.x
1417
- 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
1520
- uses: ./.
1621
name: Run pre-commit-ci/lite-action@v1.0.0
1722
if: always()

0 commit comments

Comments
 (0)