Skip to content

Commit

Permalink
ci: linters: waning summary
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaciak committed Feb 7, 2025
1 parent 63a87a7 commit 3b104c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ jobs:
- name: Build oneDNN
run: |
.github/automation/build_linters.sh | tee build.log
grep -q "warning" build.log && exit 1 || true
grep -i "warning:" build.log | sort -u && exit 1 || true
env:
ONEDNN_ACTION: build

0 comments on commit 3b104c4

Please sign in to comment.