Skip to content

✨ feature: Listmonk Mail Sync #195

✨ feature: Listmonk Mail Sync

✨ feature: Listmonk Mail Sync #195

Workflow file for this run

name: Build
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run build
- run: bun run check