mirror of
https://github.com/meirwah/awesome-incident-response.git
synced 2024-10-01 01:06:19 -04:00
updated lint readme action
This commit is contained in:
parent
e14e735749
commit
0610f8795a
6
.github/workflows/lint_readme.yml
vendored
6
.github/workflows/lint_readme.yml
vendored
@ -8,7 +8,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.12"
|
||||
- run: pip install codespell
|
||||
- run: codespell
|
||||
|
Loading…
Reference in New Issue
Block a user