Skip to content

fix haproxy deps

fix haproxy deps #177

Workflow file for this run

name: statix
on: {workflow_dispatch, push: {branches: [main]}, pull_request}
jobs:
statix:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@V27
with:
extra_nix_config: |
experimental-features = nix-command flakes
- run: nix-env -f . -iA pkgs.statix
- run: statix check || true