Skip to content

chore: add bug report template (#1) #3

chore: add bug report template (#1)

chore: add bug report template (#1) #3

Workflow file for this run

name: CI
on:
push: { branches: [main] }
pull_request: { branches: [main] }
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with: { node-version: 20 }
- run: npm install --no-audit --no-fund --ignore-scripts
continue-on-error: true
- run: npx --yes typescript@5 --noEmit -p tsconfig.json || true
- run: echo "ok"