mirror of
https://github.com/meirwah/awesome-incident-response.git
synced 2025-02-19 14:34:22 -05: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
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v4
|
||||||
|
with:
|
||||||
|
python-version: "3.12"
|
||||||
- run: pip install codespell
|
- run: pip install codespell
|
||||||
- run: codespell
|
- run: codespell
|
||||||
|
Loading…
x
Reference in New Issue
Block a user