From 25abd6267d919c5dd145c98f4dc7298f77ca2b3a Mon Sep 17 00:00:00 2001 From: Abdelrahman Abounegm Date: Tue, 12 Dec 2023 16:28:10 +0300 Subject: [PATCH] Add formatting check step to the CI --- .github/workflows/format.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 8850e099..fc5f1a04 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -20,3 +20,10 @@ jobs: with: dry: true prettier_options: --check **/*.{md,json,yaml,yml} + + - name: Rzk formatter + uses: rzk-lang/rzk-action@v1.2.0 + with: + rzk-version: v0.7.2 + typecheck: false + check-formatting: true