We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e534b commit d56b766Copy full SHA for d56b766
.github/workflows/coding_guidelines.yml
@@ -44,20 +44,6 @@ jobs:
44
git log --pretty=oneline | head -n 10
45
./scripts/ci/guideline_check.py --output output.txt -c origin/${BASE_REF}..
46
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
60
-
61
- name: Annotate
62
uses: Attest/[email protected]
63
with:
0 commit comments