Browse Source

chore: force js formatting to occur before building/bundling

pull/3226/head
Gabe Kangas 2 years ago
parent
commit
cab45f0be8
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 2
      .github/workflows/javascript-format-build.yml

2
.github/workflows/javascript-format-build.yml

@ -122,7 +122,7 @@ jobs: @@ -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

Loading…
Cancel
Save