Skip to content

ci(package): refactor workflows #22

ci(package): refactor workflows

ci(package): refactor workflows #22

Workflow file for this run

name: Lint code
on:
push:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: yarn
- run: yarn install --immutable
- run: yarn lint