Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Update README.md

Update README.md #52

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- run: bun i
- run: bun run lint
- run: bun run test