Skip to content

feat: init quality action to run typecheck and lint #4

feat: init quality action to run typecheck and lint

feat: init quality action to run typecheck and lint #4

Workflow file for this run

name: 'Lint and typecheck'
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/actions/install
- run: pnpm lint