We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4411b6b commit cc7f2f5Copy full SHA for cc7f2f5
.github/workflows/check.yml
@@ -55,4 +55,4 @@ jobs:
55
key: ${{ needs.setup.outputs.cache-key }}
56
fail-on-cache-miss: true
57
58
- - run: .venv/bin/pylint src tests aws
+ - run: make lint
0 commit comments