Skip to content

fix(core): mark tasks running before provider invocation #16

fix(core): mark tasks running before provider invocation

fix(core): mark tasks running before provider invocation #16

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm install
- run: npm run typecheck
- run: npm test --if-present
- run: npm run build