Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 5 additions & 1 deletion .github/workflows/_frontend_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main

jobs:
lint:
checks:
runs-on: ubuntu-latest
steps:
- name: Checkout repository code
Expand All @@ -27,3 +27,7 @@ jobs:
- name: Check Formatting of TypeScript Code
working-directory: frontend
run: npm run format:check

- name: Run Tests
working-directory: frontend
run: npm run test
Loading
Loading