Add reproducibility check

This commit is contained in:
Smaug123
2024-07-11 00:32:53 +01:00
parent 32882dcbfd
commit 1e38b038ec

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