Skip to content

Commit

Permalink
ci: fix checkout action in pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
Bambooin committed Feb 11, 2024
1 parent 48bc5e9 commit 8f51e1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/commit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout last commit
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install clang-format
run: sudo apt install -y clang-format
- name: Lint
Expand Down

0 comments on commit 8f51e1a

Please sign in to comment.