|  | 
| 18 | 18 | 
 | 
| 19 | 19 | jobs: | 
| 20 | 20 |  test: | 
|  | 21 | + permissions: | 
|  | 22 | + issues: write | 
|  | 23 | + pull-requests: write | 
| 21 | 24 |  strategy: | 
| 22 | 25 |  matrix: | 
| 23 | 26 |  os: [ ubuntu-latest, macos-latest, windows-latest ] | 
|  | 
| 61 | 64 |  # if: steps.linter.outputs.checks-failed > 0 | 
| 62 | 65 |  run: | | 
| 63 | 66 |  echo "some linter checks failed" | 
| 64 |  | - echo "${{ steps.linter.outputs.checks-failed }}" | 
| 65 |  | - echo "${{ env.checks-failed }}" | 
|  | 67 | + echo "total checks-failed: ${{ steps.linter.outputs.checks-failed }}" | 
|  | 68 | + echo "clang-tidy checks-failed: ${{ steps.linter.outputs.clang-tidy-checks-failed }}" | 
|  | 69 | + echo "clang-format checks-failed: ${{ steps.linter.outputs.clang-format-checks-failed }}" | 
| 66 | 70 |  # for actual deployment | 
| 67 | 71 |  # run: exit 1 | 
0 commit comments