Skip to content

Commit

Permalink
pnpm-ci3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinatzo committed Nov 28, 2024
1 parent fc2ea41 commit eb4eacc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ jobs:
with:
node-version: "lts/*"

- name: pnpm install
- name: Pnpm
uses: pnpm/action-setup@v4

- name: Pnpm install
run: pnpm install

- name: Run Linting Checks
run: pnpm lint

Expand All @@ -43,9 +46,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: pnpm install
- name: Pnpm
uses: pnpm/action-setup@v4

- name: Pnpm install
run: pnpm install

- name: lint
run: pnpm lint

Expand Down

0 comments on commit eb4eacc

Please # to comment.