Skip to content

chore(main): release 1.0.0 #488

chore(main): release 1.0.0

chore(main): release 1.0.0 #488

Workflow file for this run

name: Bun CI
on:
pull_request:
branches: ['main']
jobs:
build:
name: Bun ${{ matrix.bun-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
bun-version: [latest]
os: ['ubuntu-latest']
steps:
- uses: actions/checkout@v4
- name: Bun ${{ matrix.bun-version }}
uses: oven-sh/setup-bun@v1
with:
bun-version: ${{ matrix.bun-version }}
- run: bun install
- run: bun run eslint
- run: bun run build
- run: bun run test