aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorKevin J Hoerr <kjhoerr@protonmail.com>2023-12-28 17:38:36 +0000
committerKevin J Hoerr <kjhoerr@protonmail.com>2023-12-28 17:38:36 +0000
commit7371cb691d4fb9d51f72e6237555e025a6a1ca31 (patch)
tree11499c561dbd6bf04a0056bff9e8d29fbc6b0ad7 /.github
parent1cc084c317fe162956f3e8dd03679c7fe5b6d4c4 (diff)
downloadsubmelon.dev-7371cb691d4fb9d51f72e6237555e025a6a1ca31.tar.gz
submelon.dev-7371cb691d4fb9d51f72e6237555e025a6a1ca31.tar.bz2
submelon.dev-7371cb691d4fb9d51f72e6237555e025a6a1ca31.zip
pull_requests.yml: Add formatting check
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pull_requests.yml4
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