qBittorrent/.github/workflows/file_health.yaml

21 lines
398 B
YAML
Raw Normal View History

2021-08-13 01:45:50 +08:00
name: CI - File health
2021-02-04 16:15:31 +08:00
on: [pull_request, push]
jobs:
check_file_health:
name: Check file health
runs-on: ubuntu-latest
steps:
2021-08-14 14:54:15 +08:00
- name: Checkout repository
uses: actions/checkout@v2
2021-08-14 14:56:37 +08:00
- name: Install tools
run: |
sudo apt update
sudo apt install zsh
2021-08-14 14:56:37 +08:00
- name: Run script
run: |
./.github/workflows/file_health.sh