Skip to content

Commit

Permalink
Try that
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanBlanchard committed Nov 2, 2024
1 parent 076d133 commit fe884fc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pdfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,15 @@ jobs:
with:
name: frama-c-wp-tutoriel-fr.pdf
path: french/main.pdf

check-code:
name: Check code
runs-on: ubuntu-latest
container: allanblanchardgh/tutoriel_wp:frama-c
steps:
- name: Check Why3
run: cat /root/.why3.conf && why3 config detect
- name: retrieve sources
uses: actions/checkout@v4
- name: execute
run: cd code ; make

0 comments on commit fe884fc

Please sign in to comment.