Skip to content

Commit

Permalink
ci: add formatter step to nightly static build
Browse files Browse the repository at this point in the history
Signed-off-by: Tierney Cyren <[email protected]>
  • Loading branch information
bnb committed Jun 26, 2024
1 parent 93b236d commit d9690f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly-static-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
run: npm run build:security -w static
- name: Run build:support
run: npm run build:support -w static
- name: Format Output
run: npm run lint:apply -w static
- name: Create or Update Pull Request
uses: gr2m/create-or-update-pull-request-action@v1
env:
Expand Down

0 comments on commit d9690f9

Please sign in to comment.