mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-27 05:23:40 +00:00
use fetch-depth 0 for format workflow
This commit is contained in:
parent
0e9c1403bf
commit
7b5c2dfe25
4
.github/workflows/clang-format.yml
vendored
4
.github/workflows/clang-format.yml
vendored
|
|
@ -27,7 +27,9 @@ jobs:
|
|||
cancel-in-progress: true
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Install clang-format
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue