Skip to content

Commit

Permalink
Try that
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanBlanchard committed Nov 1, 2024
1 parent 507464a commit ba2e24f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/pdfs.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PDFs
name: CI

on: [push]

Expand Down Expand Up @@ -32,3 +32,13 @@ jobs:
with:
name: frama-c-wp-tutoriel-fr.pdf
path: french/main.pdf

check-examples:
name: Check examples
runs-on: ubuntu-latest
container: allanblanchardgh/tutoriel_wp:frama-c
steps:
- name: retrieve sources
uses: actions/checkout@v4
- name: compile
run: opam exec -- make -C code

0 comments on commit ba2e24f

Please sign in to comment.