Enable Dijkstra Twiddling tests, relax some decoders in PV12 #281
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Check nix hashes | |
| on: | |
| push: | |
| branches: | |
| - main | |
| paths: | |
| - flake.lock | |
| - cabal.project | |
| pull_request: | |
| paths: | |
| - flake.lock | |
| - cabal.project | |
| workflow_dispatch: | |
| permissions: | |
| contents: read | |
| jobs: | |
| check: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v6 | |
| - name: Install nix | |
| uses: cachix/install-nix-action@v31 | |
| - name: Install cleret | |
| # Tag should match the one that's used in flake.nix | |
| uses: input-output-hk/cardano-ledger-release-tool/actions/install-cleret@0.5.0.0 | |
| - name: Check nix hashes | |
| run: cleret nix hashes -vp |