diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index c4d8aa7a0..22bf4a496 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -27,6 +27,9 @@ jobs: - name: Lint run: npm run lint working-directory: ./web + - name: Check i18n keys + run: npm run i18n:extract:ci + working-directory: ./web web_test: name: Web - Test