Skip to content

Meta: whitespace in test #27

Meta: whitespace in test

Meta: whitespace in test #27

Workflow file for this run

name: npm:test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: oven-sh/setup-bun@v1
- run: npm i
- run: npm test