Skip to content

Fix metrics spawn in serve_acme #179

Fix metrics spawn in serve_acme

Fix metrics spawn in serve_acme #179

Workflow file for this run

name: Flake Check
on:
push:
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- "flake.lock"
jobs:
flake-check:
runs-on: ubuntu-latest
strategy:
matrix:
checks:
- msrv
- stable
- nightly
- maintenance
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Run full flake check
run: nix build .#checks.x86_64-linux.${{ matrix.checks }}