Enable CI script (#786)
This commit is contained in:
committed by
GitHub
parent
7789fa96ba
commit
f1a8f3f4de
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@@ -29,6 +29,11 @@ jobs:
|
||||
- name: Lint frontend
|
||||
run: cd frontend && npm run lint
|
||||
|
||||
- name: Check i18n regressions
|
||||
env:
|
||||
GITHUB_BASE_REF: ${{ github.base_ref || 'main' }}
|
||||
run: ./scripts/check-i18n.sh
|
||||
|
||||
- name: Format check frontend
|
||||
run: cd frontend && npm run format:check
|
||||
|
||||
@@ -60,4 +65,4 @@ jobs:
|
||||
cargo fmt --all -- --check
|
||||
npm run generate-types:check
|
||||
cargo test --workspace
|
||||
cargo clippy --all --all-targets -- -D warnings
|
||||
cargo clippy --all --all-targets -- -D warnings
|
||||
Reference in New Issue
Block a user