mirror of
https://github.com/meirwah/awesome-incident-response.git
synced 2025-02-02 09:24:59 -05:00
added workflow file
This commit is contained in:
parent
e21794b118
commit
a16b41bcab
14
.github/workflows/lint_readme.yml
vendored
Normal file
14
.github/workflows/lint_readme.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
name: Lint Readme
|
||||
|
||||
on: [pull_request, push]
|
||||
|
||||
jobs:
|
||||
lint_python:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
- run: pip install codespell
|
||||
- run: codespell
|
Loading…
x
Reference in New Issue
Block a user