Skip to content

Commit

Permalink
feat: add config-file-validator (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamdanjaveed authored Dec 17, 2024
1 parent 8b66808 commit 096c84e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config-file-validator.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
description = "Cross Platform tool to validate configuration files"
binaries = ["validator"]
test = "validator -version"
source = "https://github.com/Boeing/config-file-validator/releases/download/v${version}/validator-v${version}-${os}-${arch}.tar.gz"

platform "windows" {
source = "https://github.com/Boeing/config-file-validator/releases/download/v${version}/validator-v${version}-${os}-${arch}.zip"
}

version "1.7.1" {
auto-version {
github-release = "Boeing/config-file-validator"
}
}

0 comments on commit 096c84e

Please sign in to comment.