Skip to content

Commit

Permalink
Add formatting check step to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aabounegm committed Dec 12, 2023
1 parent 86a89ee commit 25abd62
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@ jobs:
with:
dry: true
prettier_options: --check **/*.{md,json,yaml,yml}

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

0 comments on commit 25abd62

Please sign in to comment.