Skip to content

Deduplicate Adapter type and properly type assembly stats #6

Deduplicate Adapter type and properly type assembly stats

Deduplicate Adapter type and properly type assembly stats #6

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
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 install
- name: TypeScript type check
run: pnpm typecheck
- name: ESLint
run: pnpm lint
- name: ShellCheck
run: pnpm lint:sh