From 07c8f4539c5116e2303b86c6460b5d13c928fe84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Sat, 16 May 2020 17:39:43 +0100 Subject: [PATCH] Add SPDX tags to the config template. This makes it easier to copy-paste the example while carrying the right information. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 074d064..3d5358e 100644 --- a/README.md +++ b/README.md @@ -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: