Skip to content

Commit

Permalink
Add version check to tools/lint.sh (#1955)
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktorn committed Dec 30, 2023
1 parent 6c258e6 commit 29b615e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ yapf --style="{based_on_style: google, indent_width: 2, SPLIT_BEFORE_NAMED_ASSIG

echo -- Blueprint metadata --
python3 tools/validate_metadata.py -v blueprints --verbose --failed-only

echo -- Version checks --
find . -type f -name 'versions.tf' -exec diff -ub default-versions.tf {} \;

0 comments on commit 29b615e

Please sign in to comment.