Skip to content

Commit

Permalink
chore: add compile stanza
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <[email protected]>
  • Loading branch information
nathanklick committed Feb 29, 2024
1 parent 23eb1f0 commit 85fa493
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/zxc-compile-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ jobs:
id: npm-deps
run: npm ci

- name: Compile Code
id: compile
run: npm run dev-build

- name: Check Code Style
if: ${{ inputs.enable-code-style-check && !cancelled() && !failure() }}
run: npm run lint
Expand Down

0 comments on commit 85fa493

Please sign in to comment.