We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca1b0f1 commit 89185b5Copy full SHA for 89185b5
1 file changed
justfile
@@ -31,7 +31,7 @@ setup-dev:
31
just --justfile frontend/justfile setup-dev
32
GOBIN=~/.local/bin go install github.com/rhysd/actionlint/cmd/actionlint@v1.7
33
# dasel is a good alternative available in deb repositories but does not support ini
34
- GOBIN=~/.local/bin go install github.com/Boeing/config-file-validator/cmd/validator@v1.8.0
+ GOBIN=~/.local/bin go install github.com/Boeing/config-file-validator/cmd/validator@v1.8.1
35
36
format:
37
find . -type f -name 'justfile' -exec just --fmt --unstable --justfile {} ';'
0 commit comments