Skip to content

fix: update module and build script extensions to use .mjs for ES mod… #15

fix: update module and build script extensions to use .mjs for ES mod…

fix: update module and build script extensions to use .mjs for ES mod… #15

Workflow file for this run

name: Build, test and typecheck
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: 1.2
- name: Install dependencies
run: bun install
- name: Typecheck
run: bun typecheck
- name: Test
run: bun test --coverage --coverage-reporter=lcov
- name: Coveralls GitHub Action
uses: coverallsapp/[email protected]