Merge pull request #5692 from jbampton/update-lint-workflow

Fix step names in lint workflow
This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-04-19 07:45:47 +09:00
committed by GitHub
+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