Skip to content

SE test 2

SE test 2 #99

Workflow file for this run

name: Poify/Unpoify
on:
push:
branches:
- master
paths:
- "ascension/lang/**"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Poify/Unpoify
uses: ALIENQuake/msg2po@master
with:
poify: true
unpoify: true
push: true