Skip to content

Commit

Permalink
Merge pull request #93 from GaloisInc/fix-ci
Browse files Browse the repository at this point in the history
CI: update checkout version and triggers for typecheck job
  • Loading branch information
marsella authored Jul 15, 2024
2 parents 6d7bdc0 + a7d9877 commit a091818
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
name: Cryptol
name: Cryptol typecheck
on:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: "0 10 * * *" # 10am UTC -> 2/3am PST
workflow_dispatch:

jobs:
Expand All @@ -21,9 +17,12 @@ jobs:
run: |
apt update
apt install -y git
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Cryptol Version
run: cryptol --version

- name: Check Cryptol Files
run: bash scripts/load_all_cry_files.sh

0 comments on commit a091818

Please sign in to comment.