From 4b64335a5ff852e6c3c4aeeed790916996ea072d Mon Sep 17 00:00:00 2001 From: Peter Feerick Date: Wed, 10 Jul 2024 20:15:15 +1000 Subject: [PATCH] chore(doc): update examples to include name for action Add `name` parameter to the examples so that the action presentation on github is nicer - shows the name of the action rather than the workflow filename and path. Resolves #11 if I understand the issue correctly, as there actually isn't an `arduino-lint.yml` file in this repo, but I think the OP was confusing this with the example snippet. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fabf5e2..d48d340 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ GitHub access token used to get information from the GitHub API. The minimal workflow to run the default checks on the projects in the repository: ```yaml +name: arduino-lint on: [push, pull_request] jobs: lint: @@ -127,6 +128,7 @@ jobs: A more complex workflow which uses [inputs](#inputs) to configure the action for Library Manager ["update" mode](#library-manager) and strict compliance: ```yaml +name: arduino-lint on: [push, pull_request] jobs: lint: