Skip to content

Commit

Permalink
ci: fetch-depth 0 needed for lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
denolfe authored and kendelljoseph committed Feb 21, 2025
1 parent dfa9f78 commit 2b4a0cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Node setup
uses: ./.github/actions/setup
Expand Down

0 comments on commit 2b4a0cf

Please sign in to comment.