Skip to content

Commit

Permalink
tmp break shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
simu committed Jul 25, 2024
1 parent 8d9299d commit 3a20ba6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ jobs:
pattern: |
*.sh
step-*
test-generator:
2 changes: 1 addition & 1 deletion gitlab/bin/step-yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ if [ "$(find . -name '.yamllint' -or -name '.yamllint.y*ml' | wc -l)" -ge "1" ];
# yamllint will autoload this file
exec yamllint .
else
exec yamllint -d "$YAMLLINT_DEFAULTS" .
exec yamllint -d $YAMLLINT_DEFAULTS .
fi

0 comments on commit 3a20ba6

Please sign in to comment.