mirror of
https://github.com/pre-commit/action.git
synced 2025-11-07 10:46:56 +00:00
Give the action sample a name: ...
This commit is contained in:
parent
614487b962
commit
1f6f44efaf
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ To use this action, make a file `.github/workflows/pre-commit.yml`. Here's a
|
|||
template to get started:
|
||||
|
||||
```yaml
|
||||
name: pre-commit
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
|
|
|
|||
Loading…
Reference in a new issue