From cab45f0be81c898ee4d0931e08ebe1f67b4dfcc2 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Tue, 1 Aug 2023 14:24:45 -0700 Subject: [PATCH] chore: force js formatting to occur before building/bundling --- .github/workflows/javascript-format-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/javascript-format-build.yml b/.github/workflows/javascript-format-build.yml index c40f12830..e54301560 100644 --- a/.github/workflows/javascript-format-build.yml +++ b/.github/workflows/javascript-format-build.yml @@ -122,7 +122,7 @@ jobs: name: Build and bundle web project runs-on: ubuntu-latest if: github.repository == 'owncast/owncast' - + needs: [formatting, unused-code] steps: - id: skip_check uses: fkirc/skip-duplicate-actions@v5