Skip to content

Commit

Permalink
pip install pylint detect-secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
aarne33 committed May 30, 2023
1 parent 79e2894 commit 61e05ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- run: pip install mypy
- run: pip install mypy pylint detect-secrets
- uses: pre-commit/action@v3.0.0
- name: List files in the repository
run: ls ${{ github.workspace }}
Expand Down

0 comments on commit 61e05ee

Please sign in to comment.