Skip to content

Commit

Permalink
update Github Actions CI to detect ❌ instead of 'warning' log
Browse files Browse the repository at this point in the history
  • Loading branch information
ltfschoen committed May 26, 2024
1 parent e8158b8 commit ab3d7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# latest watched file change in demo template repo in build directory
- name: Detect and report non-compliance with manifest or plugin registry
run: |
/codekarma/codekarma_cli | grep 'warning' &> /dev/null
/codekarma/codekarma_cli | grep '' &> /dev/null
if [ $? == 0 ]; then
echo "Detected compliance warning after file change in latest build. See report below:"
Expand Down

0 comments on commit ab3d7dd

Please sign in to comment.