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 authored Dec 12, 2023
1 parent 8ab1612 commit 2d618b1
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 @@ -22,3 +22,16 @@ jobs:
with:
rzk-version: latest
files: src/**/*.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 2d618b1

Please sign in to comment.