Skip to content

chore: add contributor note #8

chore: add contributor note

chore: add contributor note #8

Workflow file for this run

name: ci
on:
push:
branches:
- "main"
pull_request:
pull_request_target:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: bun compile
name: compile
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: bun test
name: test