5
0
Fork 0
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:
Diego Elio Pettenò 2020-05-16 17:39:43 +01:00
parent 2658e129a9
commit 07c8f4539c

View file

@ -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: