Skip to content

fix: add missing repo property #17

fix: add missing repo property

fix: add missing repo property #17

Workflow file for this run

name: CI
on:
pull_request:
types:
- opened
- reopened
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- run: pnpm install --frozen-lockfile
- run: pnpm run build
- run: pnpm run lint