Skip to content

fix test regex

fix test regex #1096

Workflow file for this run

name: Lint
on:
push:
branches-ignore: ["ci"]
pull_request:
types: [opened, reopened, edited]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
- uses: pnpm/action-setup@v2
- run: pnpm install --frozen-lockfile
- run: pnpm -C compiler build
- run: pnpm lint
- run: pnpm check-formatting