Skip to content

Commit

Permalink
Add formatting check step in example workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aabounegm authored Dec 9, 2023
1 parent 4ab046c commit a548ade
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- ubuntu-latest

rzk-version:
- v0.6.6
- v0.7.1
- latest

files:
Expand All @@ -30,6 +30,14 @@ jobs:
with:
rzk-version: ${{ matrix.rzk-version }}
files: ${{ matrix.files }}

- name: Check formatting only
uses: ./
with:
rzk-version: ${{ matrix.rzk-version }}
files: ${{ matrix.files }}
typecheck: false
check-formatting: true

- name: Check action's output
shell: bash
Expand Down

0 comments on commit a548ade

Please sign in to comment.