mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
13 lines
204 B
YAML
13 lines
204 B
YAML
name: Tests and checks
|
|
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
i18n:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: actions/setup-python@v2
|
|
- run: python3 i18n.py
|