Skip to content

[nasa/nos3#352] Updates to build in NOS3 RC 1.7.2; #107

[nasa/nos3#352] Updates to build in NOS3 RC 1.7.2;

[nasa/nos3#352] Updates to build in NOS3 RC 1.7.2; #107

Workflow file for this run

name: cpp-linter
on:
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'