Skip to content
Snippets Groups Projects
Commit aebced2b authored by gabrielhdt's avatar gabrielhdt
Browse files

check encoding and paper

parent f3c38724
No related branches found
No related tags found
Loading
......@@ -41,7 +41,12 @@ jobs:
make install)
why3 config --full-config
- name: check
- name: check encoding
run: |
eval $(opam env)
lambdapi check encodings/*.lp
- name: check paper
run: |
eval $(opam env)
lambdapi check paper/*.lp
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment