From 1f6f44efafa3cddc8cf376bb8bc19e6fbbcd885b Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Wed, 27 Nov 2019 14:41:24 -0800 Subject: [PATCH] Give the action sample a `name: ...` --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c080e77..4190993 100644 --- a/README.md +++ b/README.md @@ -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: