mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 07:32:29 -06:00
Capitalize workflow step names
This commit is contained in:
6
.github/workflows/file_health.yaml
vendored
6
.github/workflows/file_health.yaml
vendored
@@ -7,14 +7,14 @@ jobs:
|
||||
name: Check file health
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout repository
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: install zsh
|
||||
- name: Install zsh
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install zsh
|
||||
|
||||
- name: run check file health script
|
||||
- name: Run check file health script
|
||||
run: |
|
||||
./.github/workflows/file_health.sh
|
||||
|
||||
Reference in New Issue
Block a user