Skip to content

Added prometheus metrics #13

Added prometheus metrics

Added prometheus metrics #13

Workflow file for this run

name: Test
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
with:
bun-version: "1.0.0"
- run: bun install
- run: bun test