summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 56769cae..17ed0f26 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -54,3 +54,11 @@ 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
+ with:
+ fetch-depth: 0 # deep clone in order to get access to other commits
+ - run: nix develop --command ./scripts/ci-check-charon-pin.sh