Skip to content

Commit

Permalink
test action
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Dec 18, 2023
1 parent fcf8869 commit 353f076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_check_integration_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
run: |
set +e
find -name "*-*" -type d -maxdepth 2 | grep integrations
test "$?" -eq 1 || echo "::error Names of folders in ./integrations must not contain hyphens" && exit 1
test "$?" -eq 1 || echo "::error::Names of folders in ./integrations must not contain hyphens" && exit 1

0 comments on commit 353f076

Please sign in to comment.