Skip to content

prevent transitions on the header #12

prevent transitions on the header

prevent transitions on the header #12

Workflow file for this run

name: bun-tests
on: [push]
jobs:
run-bun-tests:
name: run-bun-tests
runs-on: ubuntu-latest
steps:
# ...
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
# run any `bun` or `bunx` command
- run: bun install
- run: bun test