repo.or.cz
/
qBittorrent.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync translations from Transifex and run lupdate
[qBittorrent.git]
/
.github
/
workflows
/
ci_file_health.yaml
blob
07bd98ec23eac7b223bb8d9ee8023c4fe9e66b73
1
name: CI - File health
2
3
on: [pull_request, push]
4
5
jobs:
6
ci:
7
name: Check
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout repository
11
uses: actions/checkout@v2
12
13
- name: Install tools
14
run: |
15
sudo apt update
16
sudo apt install zsh
17
18
- name: Check files
19
run: |
20
./.github/workflows/file_health.sh