Skip to content

Add custom step extension API, bump to 1.1.0 (#34) #31

Add custom step extension API, bump to 1.1.0 (#34)

Add custom step extension API, bump to 1.1.0 (#34) #31

Workflow file for this run

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