Skip to content

Add a learning directory just for saving things im learning. ignore l… #1

Add a learning directory just for saving things im learning. ignore l…

Add a learning directory just for saving things im learning. ignore l… #1

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 index.ts
- run: bun run build