Skip to content

[nasa/cryptolib#344] Ran formatter. Running cpp-linter again to get l… #44

[nasa/cryptolib#344] Ran formatter. Running cpp-linter again to get l…

[nasa/cryptolib#344] Ran formatter. Running cpp-linter again to get l… #44

Workflow file for this run

name: cpp-linter
on:
push:
branches: [ 341-resolve-cpp-linter-suggestions ]
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@v2
id: linter
with:
style: 'file'
files-changed-only: false
verbosity: 'info'
step-summary: 'true'
no-lgtm: 'false'
passive-reviews: 'true'
ignore: 'test/include/utest.h'