Skip to content

Commit

Permalink
Add a job to check formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aabounegm committed Dec 12, 2023
1 parent 699f253 commit 48abcc6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/rzk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,16 @@ jobs:
src/1-foundations/1-type-theory/exercises/*.rzk.md
src/1-foundations/2-homotopy-type-theory/*.rzk.md
src/1-foundations/2-homotopy-type-theory/exercises/*.rzk.md
check-formatting:
runs-on: ubuntu-latest
name: Check Rzk formatting
steps:
- uses: actions/checkout@v3

- name: Check formatting
uses: rzk-lang/[email protected]
with:
rzk-version: v0.7.2
typecheck: false
check-formatting: true

0 comments on commit 48abcc6

Please sign in to comment.