Merged spelling fixes and re-based all text from BGforge #33
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Poify/Unpoify | |
on: | |
push: | |
paths: | |
- "data/text/**" # tra_dir | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Poify/Unpoify | |
uses: BGforgeNet/msg2po@master | |
with: | |
poify: "true" | |
unpoify: "true" | |
push: "true" | |
single_commit: "true" |