Skip to content

chore: release 1.0.1 #4

chore: release 1.0.1

chore: release 1.0.1 #4

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:

Check failure on line 9 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
node-version: 20
- run: npm ci
- run: npm run build --if-present
- run: npx tsc --noEmit || true