[nasa/nos3#519] Updating the relevant hostname definitions to use das… #208
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |