Skip to content

ci: add concurrency group for release #2

ci: add concurrency group for release

ci: add concurrency group for release #2

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