5
0
Fork 0
mirror of https://github.com/pre-commit/action.git synced 2025-11-09 03:26:56 +00:00

Complied with linter.

This commit is contained in:
Bastian Zimmermann 2020-10-17 15:03:22 +02:00 committed by GitHub
parent 81815f7078
commit 64710f6b1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,7 +82,7 @@ While you could _technically_ configure this for a public repository (using a pe
Make sure that your `.github/workflows/pre-commit.yml` contains at least:
```YAML
on:
on:
pull_request:
```