Skip to content

chore(.github): add 'setup' composite action for 'pnpm' and 'node' setup #2610

chore(.github): add 'setup' composite action for 'pnpm' and 'node' setup

chore(.github): add 'setup' composite action for 'pnpm' and 'node' setup #2610

Workflow file for this run

name: Lint and Type
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: pnpm install
- run: pnpm test:format
- run: pnpm test:types
- run: pnpm test:lint