Skip to content

Staging -> Main: april fools (#808) #2973

Staging -> Main: april fools (#808)

Staging -> Main: april fools (#808) #2973

Workflow file for this run

name: Lint
permissions:
contents: read
on:
push:
pull_request:
types: [opened, reopened, synchronize]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2 # Setup pnpm
with:
version: latest
- run: pnpm install
- name: Check TypeScript
run: pnpm tsc
- name: Run ESLint
run: pnpm lint