-
Notifications
You must be signed in to change notification settings - Fork 5
47 lines (38 loc) · 1.11 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
43
44
45
46
47
name: Main
on:
push:
branches:
- main
workflow_dispatch:
jobs:
generate:
name: Generate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
with:
ref: locale
path: './out/locale'
# - uses: actions/checkout@v3
# with:
# ref: generated
# path: './out/generated'
- uses: actions/setup-node@v3
with:
node-version: 21
# I shouldn't have to do npx twice like this, but I tried npm i -g
- run: npx @spyglassmc/mcdoc-cli generate ./ -l # -p -m
# - run: npx @spyglassmc/mcdoc-cli update_locales
- 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