Skip to content

feat: Add Prometheus support (#20) #3

feat: Add Prometheus support (#20)

feat: Add Prometheus support (#20) #3

Workflow file for this run

on:
push:
name: Lint
jobs:
clippy:
runs-on: ubuntu-latest
name: Clippy
steps:
- uses: actions/checkout@v4
- name: Clippy
run: cargo clippy --all-targets --all-features
fmt:
name: Fmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Fmt
run: cargo fmt --all -- --check