Skip to content

Commit

Permalink
chore(root): fetch full history on checkout to fix Version bump only
Browse files Browse the repository at this point in the history
  • Loading branch information
chyzwar committed Sep 20, 2024
1 parent eccf1cb commit 17f11f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: "Checkout"
uses: actions/checkout@v4
with:
fetch-depth: "0"

- name: "Use NodeJS 20"
uses: actions/setup-node@v4
Expand All @@ -28,4 +30,4 @@ jobs:
run: yarn test

- name: Run lint
run: yarn lint
run: yarn lint

0 comments on commit 17f11f0

Please sign in to comment.