Skip to content

fix: #6 ignore malformed and abandoned leases in OPNsense client #8

fix: #6 ignore malformed and abandoned leases in OPNsense client

fix: #6 ignore malformed and abandoned leases in OPNsense client #8

Workflow file for this run

name: Test
on:
push
jobs:
test:
name: Perform checks
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun lint
- run: bun test
- run: bun run typecheck