Skip to content

Commit

Permalink
chore(ci): Only install needed deps for lint check task
Browse files Browse the repository at this point in the history
  • Loading branch information
kiosion committed Feb 10, 2024
1 parent d4d4ced commit a9afbf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/svelte.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
if: steps.nm-cache.outputs.cache-hit != 'true'
run: make install-web
- name: Run lint check
run: make lint
run: (cd ./svelte-app && pnpm lint)
tests:
name: Tests
uses: ./.github/workflows/test.yml
Expand Down

0 comments on commit a9afbf7

Please sign in to comment.