Errors notifications under pull requests (#2081) · davgit/Python@1e7df7f · GitHub
Skip to content

Commit 1e7df7f

Browse files
l3str4ngegithub-actions
andauthored
Errors notifications under pull requests (TheAlgorithms#2081)
* Added error comments under pull requests * updating DIRECTORY.md Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
1 parent 6752e9c commit 1e7df7f

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/codespell.yml

Lines changed: 3 additions & 0 deletions

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ python: 3.8
55
cache: pip
66
before_install: pip install --upgrade pip setuptools six
77
install: pip install black flake8
8+
notifications:
9+
webhooks: https://www.travisbuddy.com/
810
before_script:
911
- black --check . || true
1012
- flake8 --ignore=E203,W503 --max-complexity=25 --max-line-length=120 --statistics --count .

DIRECTORY.md

Lines changed: 5 additions & 0 deletions

0 commit comments

Comments
 (0)