actual/.github/workflows/i18n.yml

19 lines
353 B
YAML
Raw Normal View History

name: i18n
on:
push:
branches:
- master
pull_request:
branches: '*'
jobs:
2022-08-30 10:16:19 +00:00
check-keys:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up environment
uses: ./.github/actions/setup
- name: Check i18n keys
2022-08-30 10:19:27 +00:00
run: yarn workspace @actual-app/web check-i18n --fail-on-update