Skip to content

Commit d56b766

Browse files
committed
remove check-warn
Signed-off-by: Anas Nashif <[email protected]>
1 parent d5e534b commit d56b766

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/coding_guidelines.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,6 @@ jobs:
4444
git log --pretty=oneline | head -n 10
4545
./scripts/ci/guideline_check.py --output output.txt -c origin/${BASE_REF}..
4646
47-
- name: check-warns
48-
run: |
49-
if [[ -s "output.txt" ]]; then
50-
errors=$(cat output.txt)
51-
errors="${errors//'%'/'%25'}"
52-
errors="${errors//$'\n'/'%0A'}"
53-
errors="${errors//$'\r'/'%0D'}"
54-
echo "::error file=output.txt::$errors"
55-
exit=1
56-
fi
57-
if [ ${exit} == 1 ]; then
58-
exit 1;
59-
fi
60-
6147
- name: Annotate
6248
uses: Attest/[email protected]
6349
with:

0 commit comments

Comments
 (0)