Skip to content

Commit

Permalink
build(.github): fix pre/post formatting steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunnamius committed Jan 1, 2021
1 parent c2e5175 commit f757db8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ jobs:
- name: Install CI dependencies
run: npm ci

- name: Format source
- name: Pre source formatting
run: npm run format

- name: Build distributables
Expand All @@ -480,6 +480,9 @@ jobs:
if: needs.metadata.outputs.has-docs == 'true'
run: npm run build-docs

- name: Post source formatting
run: npm run format

- name: Cache build
uses: actions/cache@v2
id: cache-build
Expand Down

0 comments on commit f757db8

Please sign in to comment.