Skip to content

Commit

Permalink
Checkout cpp_check
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-EEE committed Dec 20, 2023
1 parent 9a95d83 commit bc68c32
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cpp_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
name: cppcheck-test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: cpp_check

- name: cppcheck
uses: deep5050/cppcheck-action@main
with:
Expand Down

0 comments on commit bc68c32

Please sign in to comment.