Sync translations from Transifex and run lupdate
[qBittorrent.git] / .github / workflows / ci_file_health.yaml
blob07bd98ec23eac7b223bb8d9ee8023c4fe9e66b73
1 name: CI - File health
3 on: [pull_request, push]
5 jobs:
6   ci:
7     name: Check
8     runs-on: ubuntu-latest
9     steps:
10       - name: Checkout repository
11         uses: actions/checkout@v2
13       - name: Install tools
14         run: |
15           sudo apt update
16           sudo apt install zsh
18       - name: Check files
19         run: |
20           ./.github/workflows/file_health.sh