mirror of
https://github.com/pre-commit/action.git
synced 2025-11-07 18:56:55 +00:00
Add SPDX tags to the config template.
This makes it easier to copy-paste the example while carrying the right information.
This commit is contained in:
parent
2658e129a9
commit
07c8f4539c
1 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,10 @@ To use this action, make a file `.github/workflows/pre-commit.yml`. Here's a
|
|||
template to get started:
|
||||
|
||||
```yaml
|
||||
# SPDX-FileCopyrightText: Copyright (c) 2019 Anthony Sottile
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
name: pre-commit
|
||||
|
||||
on:
|
||||
|
|
|
|||
Loading…
Reference in a new issue