Skip to content

Commit

Permalink
Update README.md (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajbos committed Feb 19, 2024
1 parent b555ae3 commit d2230ea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d2230ea

Please sign in to comment.