Skip to content

chore(deps): Bump cpp-linter/cpp-linter-action from 0b93f5833680005fbb233652d0e3d8835b3cc2f3 to 06e25f1ffabd1ff9429b75163afe4f183ee6a64e #333

chore(deps): Bump cpp-linter/cpp-linter-action from 0b93f5833680005fbb233652d0e3d8835b3cc2f3 to 06e25f1ffabd1ff9429b75163afe4f183ee6a64e

chore(deps): Bump cpp-linter/cpp-linter-action from 0b93f5833680005fbb233652d0e3d8835b3cc2f3 to 06e25f1ffabd1ff9429b75163afe4f183ee6a64e #333

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@3d3c42e5aac5ba805825da76410c181273ba90b1
- uses: cpp-linter/cpp-linter-action@06e25f1ffabd1ff9429b75163afe4f183ee6a64e
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