Skip to content

Commit

Permalink
Add action-validator
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Jan 6, 2024
1 parent e50d1fd commit c213327
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions action-validator.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
description = "Tool to validate GitHub Action and Workflow YAML files"
binaries = ["action-validator"]
source = "https://github.com/mpalmer/action-validator/releases/download/v${version}/action-validator_${os}_${arch}"

on "unpack" {
rename {
from = "${root}/action-validator_${os}_${arch}"
to = "${root}/action-validator"
}
}

version "0.5.4" {
auto-version {
github-release = "mpalmer/action-validator"
}
}

sha256sums = {
"https://github.com/mpalmer/action-validator/releases/download/v0.5.4/action-validator_linux_amd64": "afeb76ca1ffa98059f667b2626e11c2edd8d4fa44d13d897f9bb4e59b83dd62a",
"https://github.com/mpalmer/action-validator/releases/download/v0.5.4/action-validator_darwin_amd64": "84ad11acd351a670d83b8edde947476280f9392a140e17db7eaf3dc84a125341",
"https://github.com/mpalmer/action-validator/releases/download/v0.5.4/action-validator_darwin_arm64": "53619868a3e4021acf0472ecdd01b785fcc60796a665dfd0c35084e58d221afe",
}

0 comments on commit c213327

Please sign in to comment.