Skip to content

Commit

Permalink
Add actionlint package (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaogris authored Jan 15, 2024
1 parent e95b13e commit 6fc6753
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions actionlint.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
description = "Static checker for GitHub Actions workflow files "
test = "actionlint --version"
binaries = ["actionlint"]

version "1.6.26" {
source = "https://github.com/rhysd/actionlint/releases/download/v${version}/actionlint_${version}_${os}_${arch}.tar.gz"
auto-version {
github-release = "rhysd/actionlint/"
}
}

0 comments on commit 6fc6753

Please sign in to comment.