use fetch-depth 0 for format workflow

This commit is contained in:
Tropical 2026-03-29 20:43:14 -05:00
parent 0e9c1403bf
commit 7b5c2dfe25

View file

@ -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: |