Fix step names in lint workflow

This commit is contained in:
John Bampton
2022-04-16 22:35:34 +10:00
parent b352e462cf
commit d1f754cc19
+4 -3
View File
@@ -11,14 +11,15 @@ jobs:
uses: actions/checkout@v3
- name: Install
run: wget -O - -q https://git.io/misspell | sh -s -- -b .
- name: Misspell
- name: Run misspell
run: git ls-files --empty-directory | xargs ./misspell -error
pre-commit:
name: Run pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check merge conflict
- name: Check Out
uses: actions/checkout@v3
- name: Install
run: |
python -m pip install --upgrade pip
pip install pre-commit