Skip to content

Commit

Permalink
ci: pnpm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
torn4dom4n authored Oct 31, 2023
1 parent dd258fc commit 78b759c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,20 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v4
- name: Install pnpm
uses: pnpm/action-setup@v2

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: pnpm
cache-dependency-path: pnpm-lock.yaml

- name: Install dependencies
run: pnpm install --no-frozen-lockfile
- name: Format with Prettier
run: pnpm exec prettier -w . "!.github"

- name: Run autofix.ci
uses: autofix-ci/action@v1.3
uses: autofix-ci/action@v1.3

0 comments on commit 78b759c

Please sign in to comment.