diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2023-12-28 17:38:36 +0000 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2023-12-28 17:38:36 +0000 |
| commit | 7371cb691d4fb9d51f72e6237555e025a6a1ca31 (patch) | |
| tree | 11499c561dbd6bf04a0056bff9e8d29fbc6b0ad7 /.github/workflows | |
| parent | 1cc084c317fe162956f3e8dd03679c7fe5b6d4c4 (diff) | |
| download | submelon.dev-7371cb691d4fb9d51f72e6237555e025a6a1ca31.tar.gz submelon.dev-7371cb691d4fb9d51f72e6237555e025a6a1ca31.tar.bz2 submelon.dev-7371cb691d4fb9d51f72e6237555e025a6a1ca31.zip | |
pull_requests.yml: Add formatting check
Diffstat (limited to '.github/workflows')
| -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 |
