Skip to content

Commit

Permalink
Merge pull request #11 from N3aar/feat/workflow-pnpm-cache
Browse files Browse the repository at this point in the history
feat/workflow pnpm cache
  • Loading branch information
Psykka authored Jun 1, 2024
2 parents 51f5d86 + df7d410 commit 28cbab9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
platforms: linux/amd64,linux/arm64/v8
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=local,src=/tmp/.buildx-cache
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@ jobs:
uses: pnpm/action-setup@v4
with:
version: 9
run_install: true

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"

- name: Install dependencies
run: pnpm install

- name: Lint check
run: pnpm run lint

0 comments on commit 28cbab9

Please sign in to comment.