Skip to content

fix: incorrect origin determination in rDNS #6

fix: incorrect origin determination in rDNS

fix: incorrect origin determination in rDNS #6

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