summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorNadrieril2024-05-28 16:05:56 +0200
committerGuillaume Boisseau2024-05-29 09:58:47 +0200
commitb5046454b47aba598a42d3d775d2ec54dc57c75a (patch)
tree418e762725695887dd927d32669ae01e007bad10 /.github/workflows/ci.yml
parentacd9eb9caa74d4def48527cfa8b7f12eb78f92ad (diff)
ci: Check correctness of the charon pinned commit
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 56769cae..5ee28837 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -54,3 +54,9 @@ jobs:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
- run: nix develop --command bash -c "cd tests/lean && make"
+
+ check-charon-pin:
+ runs-on: [self-hosted, linux, nix]
+ steps:
+ - uses: actions/checkout@v4
+ - run: nix develop --command ./scripts/ci-check-charon-pin.sh