Skip to content

Merge pull request #20 from tmayoff/main #144

Merge pull request #20 from tmayoff/main

Merge pull request #20 from tmayoff/main #144

Workflow file for this run

name: Continuous Integration
on: [push]
jobs:
build:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun install --frozen-lockfile
- run: bun run build
- run: bun run test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1