delete LanguageFiles.yml workflow, moved to GitLocalize

This commit is contained in:
Lio Young 2021-07-09 12:53:24 +02:00
parent d80faeb526
commit 13c76c4dd2
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
name: "Generate Language Files"
on: [push]
jobs:
build:
runs-on: ubuntu-latest
env:
LANG_PATH: langs/
steps:
- name: YAML AutoSync
uses: Nuytemans-Dieter/YAML-sync-action@15
with:
lang_path: langs/
default_file: en_US.yml
github_token: ${secrets.GITHUB_TOKEN}