From d2230eaa0f82c414dbda9890fb2f529a5d144342 Mon Sep 17 00:00:00 2001 From: Rob Bos Date: Mon, 19 Feb 2024 12:39:02 +0100 Subject: [PATCH] Update README.md (#39) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 28a40b3..5f542a6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,11 @@ This action will run your repository through actionlint and detect common errors - Run shell check on all `run` commands - And more, check the [actionlint documentation](https://github.com/rhysd/actionlint) for more information -> Note: Actionlint does _not_ check for external output, like usage of ${{ input.name }} into the shell commands. The reasoning is that to be able to inject something, you need to have write access to the repo (inputs come either from workflow files or workflow_dispatch events. +> [!NOTE] +> Actionlint does _not_ check for external output, like usage of ${{ input.name }} into the shell commands. The reasoning is that to be able to inject something, you need to have write access to the repo (inputs come either from workflow files or workflow_dispatch events. + +> [!NOTE] +> Actionlint unfortunately does **not** support (composite) action definition files. ## Results If there are no errors from actionlint, this action will succeed. If there are errors, this action will fail and output the errors in the logs.