Errors notifications under pull requests (#2081)

* Added error comments under pull requests

* updating DIRECTORY.md

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
mateuszz0000
2020-06-08 14:11:01 +02:00
committed by GitHub
parent 6752e9c737
commit 1e7df7f77a
3 changed files with 10 additions and 0 deletions

View File

@ -12,3 +12,6 @@ jobs:
- run: |
SKIP="./.*,./other/dictionary.txt,./other/words,./project_euler/problem_22/p022_names.txt"
codespell -L ans,fo,hist,iff,secant,tim --skip=$SKIP --quiet-level=2
- name: Codespell comment
if: ${{ failure() }}
uses: plettich/python_codespell_action@master