Skip to content

Commit

Permalink
interim
Browse files Browse the repository at this point in the history
  • Loading branch information
wintered committed Oct 18, 2024
1 parent e87d452 commit bef094f
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: Python & Haskell CI

on: [push]

on:
push:
branches:
- main
paths-ignore:
- 'README.md' # Ignore changes to README.md

jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -32,5 +37,5 @@ jobs:
checksum=$(cat tests/Bitvectors/*.smt2 | md5sum | awk '{print $1}')
expected_checksum="09afe38ea30ca3ae7eccff6ed176da01"
[[ "$checksum" != "$expected_checksum" ]] && { echo "Checksum does not match. Exiting."; exit 1; }
echo "Checksum matches."
echo "Checksum matches."

0 comments on commit bef094f

Please sign in to comment.