Skip to content

Commit

Permalink
fix: fix path to template for installing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fruneen committed Feb 15, 2024
1 parent 09a216e commit a477594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: 20
cache: 'pnpm'
- name: Install Dependencies
run: pnpm install
run: cd template && pnpm install

- name: Run Linters
uses: wearerequired/lint-action@v2
Expand Down

0 comments on commit a477594

Please sign in to comment.