-
Notifications
You must be signed in to change notification settings - Fork 5
42 lines (32 loc) · 1.06 KB
/
main.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
31
32
33
34
35
36
37
38
39
40
41
42
name: Main
on:
push:
branches:
- main
workflow_dispatch:
jobs:
locales:
name: Update base localization
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 21
- run: git clone https://github.com/SpyglassMC/vanilla-mcdoc out/locale
- run: cd out/locale && git checkout locale && cd ../..
# - run: git clone https://github.com/SpyglassMC/vanilla-mcdoc out/generated
# - run: cd out/generated && git checkout generated && cd ../..
- run: npx @spyglassmc/mcdoc-cli generate ./ -l # -p -m
- uses: EndBug/add-and-commit@v9
with:
cwd: out/locale
author_name: GitHub Actions
author_email: actions@github.com
message: 🌐 Update base localization
# - uses: EndBug/add-and-commit@v9
# with:
# cwd: out/generated
# author_name: GitHub Actions
# author_email: actions@github.com
# message: 🚀 Update generated serialized AST