Skip to content

chore(deps): Bump actions/checkout from 4.2.2 to 6.0.2 #286

chore(deps): Bump actions/checkout from 4.2.2 to 6.0.2

chore(deps): Bump actions/checkout from 4.2.2 to 6.0.2 #286

Workflow file for this run

name: cpp-linter
on: [push, pull_request]
permissions:
contents: read
jobs:
cpp-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- uses: cpp-linter/cpp-linter-action@cfd08bb3bd5d5611bbbf63cfbfec2643b2da9fea
id: linter
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
style: ''
files-changed-only: false
ignore: crypto
- 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