Skip to content

v1.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jun 14:45
· 1645 commits to main since this release
  • Run shellcheck command for scripts at run: in parallel. Since executing an external process is heavy and running shellcheck was bottleneck of actionlint, this brought better performance. In my environment, it was more than 3x faster than before.
  • Sort errors by their positions in the source file.