Skip to content

chore(main): release 0.1.0 #4

chore(main): release 0.1.0

chore(main): release 0.1.0 #4

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
permissions: read-all
jobs:
test:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
cache: npm
- run: npm ci --ignore-scripts
- run: npm run build
- run: npm run test:cjs
- run: npm run test:esm
- run: npm run test:features
- run: npm run lint:ci
- uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: eslint.sarif