Skip to content

Bump clang-tools from 0.8.0 to 0.9.0 (#165) #726

Bump clang-tools from 0.8.0 to 0.9.0 (#165)

Bump clang-tools from 0.8.0 to 0.9.0 (#165) #726

Workflow file for this run

name: cpp-linter
on:
push:
paths-ignore: "docs/**"
pull_request:
paths-ignore: "docs/**"
jobs:
cpp-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cpp-linter/cpp-linter-action@main
id: linter
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
style: file
files-changed-only: false
- name: Fail fast?!
if: steps.linter.outputs.checks-failed != 0
run: |
echo "some linter checks failed. ${{ steps.linter.outputs.checks-failed }}"
# for actual deployment
# run: exit 1