Skip to content

Commit

Permalink
ci: Fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Oct 20, 2024
1 parent 42504a1 commit 73e4600
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
fi
done
files="$(find . -type f \( -name '*.yml' -o -name '*.yaml' \) ! -path './.github/*' ! -path './.git')"
if [ -n "$files" ]; then
files="$(find . -type f \( -name '*.yml' -o -name '*.yaml' \) ! -path './.github/*' ! -path './.git')"
if [ -n "$files" ]; then
echo "Error: YML/YAML file found: $files"
exit 1
fi
fi

0 comments on commit 73e4600

Please sign in to comment.