Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,12 @@ jobs:
cache: 'npm' # Cache dependencies
- name: Install dependencies
run: npm ci
- name: Check code formatting
run: npm run check-format
- name: Build
run: npm run build
- name: Check documentation is up-to-date
run: npm run check-doc
- name: Check storage layout
run: npm run check-storage-layout
- name: Test deployment
Expand Down
6 changes: 0 additions & 6 deletions .husky/pre-commit

This file was deleted.

Loading
Loading