Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:

- name: Install dependencies
run: npm ci

Comment thread
Carbonautics marked this conversation as resolved.
Outdated
- name: Lint Check
run: npm run lint
Comment thread
Carbonautics marked this conversation as resolved.
Outdated
Comment on lines 36 to +41

- name: Build
run: npm run build
Expand Down
Loading
Loading