Capitalize workflow step names

This commit is contained in:
Chocobo1
2021-08-14 14:54:15 +08:00
parent 59352e4ca7
commit ba1cf12817
4 changed files with 35 additions and 35 deletions

View File

@@ -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