Skip to content

Commit

Permalink
fix: generate translations before linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mediremi committed Jul 5, 2021
1 parent b87eb7d commit cbf4feb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dhis2-verify-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
- uses: c-hive/gha-yarn-cache@v1
- run: yarn install --frozen-lockfile

- name: Generate translations
run: yarn d2-app-scripts i18n generate

- name: Lint
run: yarn lint

Expand Down

0 comments on commit cbf4feb

Please sign in to comment.