Skip to content

Commit

Permalink
add format checks
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsJPeschel committed Apr 4, 2024
1 parent eba7036 commit 98a1191
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,13 @@ jobs:
- name: Run Unit Tests
run: yarn jest

format:
runs-on: ubuntu-latest
steps:
- name: Setup
uses: Optum/react-hooks/.github/actions/setup@main

- name: Run format checks
run: yarn format:check


0 comments on commit 98a1191

Please sign in to comment.