Skip to content

apalache: 0.24.0 -> 0.42.0, refactor #417

apalache: 0.24.0 -> 0.42.0, refactor

apalache: 0.24.0 -> 0.42.0, refactor #417

Workflow file for this run

name: Check PR
on:
pull_request:
jobs:
check-pr:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- uses: DeterminateSystems/nix-installer-action@main
- name: Link Cachix 🔌
uses: cachix/cachix-action@v12
with:
name: cosmos
authToken: '${{ secrets.COSMOS_CACHE_KEY }}'
- name: Check 🔎
run: |
nix flake check --print-build-logs
- name: Run Shell 🐚
run: |
nix develop