1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

ci: Fetch depth 2 for diffchecks

This commit is contained in:
Ava Chow 2024-04-24 19:06:23 -04:00
parent 7bd6c2c500
commit 7be25f9fb2

View File

@ -16,4 +16,6 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with:
fetch-depth: 2
- run: scripts/diffcheck.sh - run: scripts/diffcheck.sh