Fixed wall blockers in cave1.map and cave5.map #193
This file contains hidden or 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/**" | |
pull_request: | |
paths: | |
- "data/text/**" | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Poify/Unpoify run | |
if: github.ref == 'refs/heads/master' && github.event_name == 'push' | |
uses: BGforgeNet/msg2po@master | |
with: | |
poify: true | |
unpoify: true | |
single_commit: true |