Skip to content

Commit

Permalink
switch order of tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
fellnerse committed Jan 18, 2024
1 parent 26a03a2 commit d712882
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/husky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 16
- name: install dependencies
run: pnpm install
- run: pnpm run prettier --write .
Expand Down

0 comments on commit d712882

Please sign in to comment.