mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #5692 from jbampton/update-lint-workflow
Fix step names in lint workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user