Skip to content

feat: update changelog with all and sequence combinators for monads #45

feat: update changelog with all and sequence combinators for monads

feat: update changelog with all and sequence combinators for monads #45

Workflow file for this run

name: Run Tests
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Run lint
run: bun run lint
- name: Run tests and coverage
run: bun run test