Skip to content

Commit

Permalink
added build for typechecks
Browse files Browse the repository at this point in the history
  • Loading branch information
azuradara committed Jan 9, 2024
1 parent 9904343 commit 54b850b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint
name: Lint & Build

on:
push:
Expand Down Expand Up @@ -44,3 +44,6 @@ jobs:

- name: lint
run: npm run lint

- name: build
run: npm run build

0 comments on commit 54b850b

Please sign in to comment.