Skip to content

[nasa/cryptolib#299] Initial cpp-linter file #1

[nasa/cryptolib#299] Initial cpp-linter file

[nasa/cryptolib#299] Initial cpp-linter file #1

Workflow file for this run

name: cpp-linter
on:
push:
branches: [ main, dev, 299-setup-code-formatter ]
pull_request:
branches: [ main, dev ]
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
with:
style: file
files-changed-only: false
thread-comments: false
- name: Fail fast?!
if: steps.linter.outputs.checks-failed != 0
run: exit 1