Skip to content

Commit

Permalink
ci: Run check script as step
Browse files Browse the repository at this point in the history
  • Loading branch information
TAEMBO committed Aug 9, 2024
1 parent 4a866fd commit da55420
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
env:
CONFIG_JSON: ${{ secrets.CONFIG_FILE }}

- name: Check
run: npm run check

- name: Build
run: npm run build:tsc

Expand Down

0 comments on commit da55420

Please sign in to comment.