1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-02-04 02:45:44 +00:00
qBittorrent/.github/workflows/file_health.yaml
2021-08-14 15:08:31 +08:00

21 lines
398 B
YAML

name: CI - File health
on: [pull_request, push]
jobs:
check_file_health:
name: Check file health
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install tools
run: |
sudo apt update
sudo apt install zsh
- name: Run script
run: |
./.github/workflows/file_health.sh