Skip to content

Braking things around flex #8

Braking things around flex

Braking things around flex #8

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