Skip to content

Commit

Permalink
add version to yamllint
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
codefromthecrypt committed Aug 4, 2024
1 parent 6f8c560 commit d8a78bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-bin/configure_lint
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
markdown-link-check -V || npm install -g markdown-link-check

# Attempt to install yamllint if absent
yamllint || pip install --user yamllint
yamllint -v || pip install --user yamllint

0 comments on commit d8a78bf

Please sign in to comment.