Skip to content

Commit

Permalink
ci(commitlint): adds missing checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
anguspiv committed Dec 24, 2024
1 parent 406fb50 commit 808a320
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:

runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 808a320

Please sign in to comment.