qBittorrent/.github/workflows/file_health.yaml

23 lines
397 B
YAML
Raw Normal View History

2021-08-12 20:45:50 +03:00
name: CI - File health
2021-02-04 11:15:31 +03:00
on: [pull_request, push]
jobs:
check_file_health:
name: Check file health
runs-on: ubuntu-20.04
steps:
- name: checkout repository
uses: actions/checkout@v2
- name: install zsh
run: |
sudo apt update
sudo apt install zsh
- name: run check file health script
run: |
./.github/workflows/file_health.sh