Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .github/workflows/aeneas.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
# Confirm Aeneas extraction succeeds

name: Aeneas extraction

on:
push:
branches: ['**']
pull_request:
branches: ['**']
workflow_dispatch:
on: [push]

jobs:
extract:
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/hax.yml

This file was deleted.

9 changes: 0 additions & 9 deletions .github/workflows/lean.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Lean Verification

# This workflow builds and checks the Lean verification project.
# It ensures that all proofs compile and that the formal verification remains valid.

Expand All @@ -11,14 +10,6 @@ on:
- 'lakefile.toml'
- 'lean-toolchain'
- '.github/workflows/lean.yml'
pull_request:
branches: [ '**' ]
# paths:
# - 'Curve25519Dalek/**'
# - 'Utils/**'
# - 'lakefile.toml'
# - 'lean-toolchain'
# - '.github/workflows/lean.yml'
workflow_dispatch:

env:
Expand Down
22 changes: 0 additions & 22 deletions .github/workflows/proverif.yml

This file was deleted.

8 changes: 1 addition & 7 deletions .github/workflows/src-diff.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
# Verify src-modifications.diff is up to date with upstream comparison

name: Source modifications check

on:
push:
branches: ['**']
pull_request:
branches: ['**']
workflow_dispatch:
on: [push]

jobs:
src-diff:
Expand Down
64 changes: 0 additions & 64 deletions .github/workflows/test.yml

This file was deleted.