Skip to content

Merge branch 'main' into line-logger #42

Merge branch 'main' into line-logger

Merge branch 'main' into line-logger #42

Workflow file for this run

name: CI
on:
push: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: corepack enable
- run: pnpm install
- run: pnpm build
- run: pnpm lint
- run: pnpm test