Skip to content

Commit

Permalink
fix(ci): make lint job pull submods
Browse files Browse the repository at this point in the history
Prettier Tailwind plugin needs this
  • Loading branch information
tsa96 committed Feb 8, 2024
1 parent f77544d commit 42b6e3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
fetch-depth: 0
submodules: 'true'
- uses: actions/cache@v3
with:
path: node_modules
Expand Down

0 comments on commit 42b6e3d

Please sign in to comment.