-
Notifications
You must be signed in to change notification settings - Fork 26
30 lines (30 loc) · 1015 Bytes
/
script_lint.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: Script Linter
on: [push]
jobs:
Script-Lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Translation
uses: actions/checkout@v2
with:
path: translation
- name: Checkout deepLuna
uses: actions/checkout@v2
with:
repository: Hakanaou/deepLuna
ref: v5.67
path: deepluna
- name: Lint
run: |
pip3 install -r ${{ github.workspace }}/deepluna/requirements.txt
${{ github.workspace }}/deepluna/luna_linter.py --db-path ${{ github.workspace }}/translation/luna_db.json --script-path ${{ github.workspace }}/translation/script/
Sysmes-Lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Translation
uses: actions/checkout@v2
with:
path: translation
- name: Lint
run: |
${{ github.workspace }}/translation/tools/patcher/rebuild_sysmes.py --lint --translation ${{ github.workspace }}/translation/system_strings/sysmes_text.en