build: add frontend TypeScript toolchain
This commit is contained in:
@@ -36,6 +36,24 @@ jobs:
|
||||
- name: Test
|
||||
run: cargo test --workspace --locked
|
||||
|
||||
frontend:
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
working-directory: src/trx-client/trx-frontend/trx-frontend-http/frontend
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install locked frontend dependencies
|
||||
run: npm ci
|
||||
- name: Type-check
|
||||
run: npm run typecheck
|
||||
- name: Lint
|
||||
run: npm run lint
|
||||
- name: Test
|
||||
run: npm test
|
||||
- name: Verify generated assets
|
||||
run: npm run verify-generated
|
||||
|
||||
reuse:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user