Skip to content

ci: add pnpm setup prior to running semantic-release #32

ci: add pnpm setup prior to running semantic-release

ci: add pnpm setup prior to running semantic-release #32

Workflow file for this run

name: Lint check
on: push
jobs:
lint-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- run: pnpm i
- run: pnpm run lint