actual/.github/workflows/i18n.yml

19 lines
352 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
run: yarn workspace desktop-client check-i18n --fail-on-update