Skip to content

Correct annotations in 008-sum_product.dfy (#53) #20

Correct annotations in 008-sum_product.dfy (#53)

Correct annotations in 008-sum_product.dfy (#53) #20

name: Test All Dafny Files
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v20
- name: Test that all dafny files are named correctly
run: nix run .#dafny-namecheck
- name: Test that all dafny files contain an impl
run: nix run .#check-contains-impl
- name: Run Dafny on all files
run: nix run .#dafny-check