Skip to content

Commit

Permalink
Merge pull request #169 from edunad/dependabot/github_actions/cpp-lin…
Browse files Browse the repository at this point in the history
…ter/cpp-linter-action-2.12.0

Bump cpp-linter/cpp-linter-action from 2.11.0 to 2.12.0
  • Loading branch information
edunad committed Jun 14, 2024
2 parents 39b069a + ea8c314 commit c2ae9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
ctest --test-dir ./rawrbox.network --output-on-failure
- name: Run linter
uses: cpp-linter/cpp-linter-action@v2.11.0
uses: cpp-linter/cpp-linter-action@v2.12.0
if: github.ref != 'refs/heads/master' && !contains(github.event.pull_request.labels.*.name, '⚠️ SKIP_LINTER ⚠️')
id: linter
env:
Expand Down

0 comments on commit c2ae9a8

Please sign in to comment.