Skip to content

Integrated release-please to automate releases #453

Integrated release-please to automate releases

Integrated release-please to automate releases #453

Workflow file for this run

on:
pull_request:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run test