Reproducibility check (#99)

This commit is contained in:
Patrick Stevens
2024-09-22 16:56:04 +01:00
committed by GitHub
parent ff252e0dab
commit fc8cec304e

View File

@@ -50,6 +50,8 @@ jobs:
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: Build
run: nix build
- name: Reproducibility check
run: nix build --rebuild
check-dotnet-format:
runs-on: ubuntu-latest