Skip to content

[nasa/cryptolib#299] try using cpp-linter example job #26

[nasa/cryptolib#299] try using cpp-linter example job

[nasa/cryptolib#299] try using cpp-linter example job #26

Workflow file for this run

name: cpp-linter
on:
push:
branches: [ 299-setup-code-formatter ]
pull_request:
branches: [ main, dev ]
jobs:
cpp-linter:
permissions:
pull-requests: write
contents: write
actions: write
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