diff options
| -rw-r--r-- | .github/workflows/pull_requests.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index 751a051..8823249 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -27,5 +27,7 @@ jobs: cache: 'yarn' - name: Install Node.js packages run: yarn install --immutable --immutable-cache --check-cache - - name: Run test build + - name: Test formatting + run: yarn prettier -c src + - name: Test build run: yarn build
\ No newline at end of file |
