mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
feat: add i18n check as gh action
This commit is contained in:
12
.github/workflows/check.yaml
vendored
Normal file
12
.github/workflows/check.yaml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user