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.