Skip to content

Commit

Permalink
test glob-ignores branch as py pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed May 6, 2024
1 parent 24a6f0b commit fdba23d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cpp-lint-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
description: 'which branch to test'
default: 'main'
required: true
push:

jobs:
cpp-linter:
Expand All @@ -16,7 +17,7 @@ jobs:
matrix:
clang-version: ['7', '8', '9','10', '11', '12', '13', '14', '15', '16', '17']
repo: ['cpp-linter/cpp-linter']
branch: ['${{ inputs.branch }}']
branch: ['glob-ignores'] # ['${{ inputs.branch }}']
fail-fast: false

steps:
Expand Down

1 comment on commit fdba23d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cpp-Linter Report ⚠️

Some files did not pass the configured checks!

clang-format reports: 2 file(s) not formatted
  • src/demo.cpp
  • src/demo.hpp
clang-tidy reports: 6 concern(s)

Have any feedback or feature suggestions? Share it here.

Please sign in to comment.