Skip to content

Commit

Permalink
ci: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Dec 6, 2023
1 parent c9e08ab commit c24e2af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
cache: pnpm

- name: Install
run: pnpm i
run: pnpm install

- name: Lint
run: pnpm run lint
Expand All @@ -37,7 +37,7 @@ jobs:
cache: pnpm

- name: Install
run: pnpm i
run: pnpm install

- name: Typecheck
run: pnpm run test:types
Expand All @@ -60,7 +60,7 @@ jobs:
cache: pnpm

- name: Install
run: pnpm i
run: pnpm install

- name: Test
run: pnpm run test
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Install
run: pnpm i
run: pnpm install

- name: Build
run: pnpm run build
Expand Down

0 comments on commit c24e2af

Please sign in to comment.