Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/static-checking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ jobs:
run: pylint -j 0 --disable=all --enable=R0913,R0915 awswrangler
- name: Documentation check
run: doc8 --max-line-length 120 docs/source
- name: Check poetry.lock consistency with pyproject.toml
run: poetry lock --check
Loading