Files
macos-stats/.github/workflows/i18n.yaml
Serhiy Mytrovtsiy 45e8165fc5 feat: added new action that builds the project
feat: updated actions/checkout to v3
2022-11-08 18:05:59 +01:00

21 lines
357 B
YAML

name: i18n check
on:
push:
paths:
- '.github/workflows/i18n.yaml'
- '**/*.strings'
pull_request:
paths:
- '.github/workflows/i18n.yaml'
- '**/*.strings'
jobs:
i18n:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
- run: python3 Kit/scripts/i18n.py