Enable CI script (#786)

This commit is contained in:
Louis Knight-Webb
2025-09-19 13:57:03 +01:00
committed by GitHub
parent 7789fa96ba
commit f1a8f3f4de

View File

@@ -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