Skip to content
Merged

Dev #53

Changes from all 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
11 changes: 6 additions & 5 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
- name: Format code
run: npm run format

- name: Verify site (typecheck + lint)
run: |
# Run svelte/type checks and linting to validate the project will build
npm run check
npm run lint
- name: Check types
run: npm run check

- name: Lint code
run: npm run lint

Loading