Add reproducibility check (#36)

This commit is contained in:
Patrick Stevens
2024-07-11 00:40:00 +01:00
committed by GitHub
parent 3536662096
commit aebe13db6e
2 changed files with 139 additions and 137 deletions

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