Skip to content

lib/maxmind

lib/maxmind #1158

Workflow file for this run

---
name: CI
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: 🛎️ Checkout
uses: actions/checkout@v4
- name: ⚙️ Setup Bun
uses: oven-sh/setup-bun@v1
- name: 📦 Build
run: |
bun install
make fmt test