ci: add linguas update

Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
This commit is contained in:
0xMRTT 2022-08-14 00:15:27 +02:00 committed by GitHub
parent 996d8f1575
commit 058d481e95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

24
.github/workflows/linguas.yml vendored Normal file
View file

@ -0,0 +1,24 @@
name: "Translation"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '21 6 * * 5'
jobs:
update-pot:
name: Update .pot
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Update linguas
uses: AdwCustomizerTeam/action-update-linguas@main
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}