Skip to content

Commit

Permalink
chore: clean actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Oct 27, 2023
1 parent 66667bc commit 2e8c233
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 91 deletions.
90 changes: 0 additions & 90 deletions .github/actions/pnpm/action.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/actions/provision/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ runs:
with:
node-version: 20
cache: 'pnpm'
- name: install dependencies
run: pnpm install
shell: bash
1 change: 0 additions & 1 deletion .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/provision
- uses: ./.github/actions/pnpm
- name: Install packages
run: pnpm install
- name: Lint
Expand Down

0 comments on commit 2e8c233

Please sign in to comment.