Skip to content

Commit

Permalink
Update pylint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
robsv authored Jan 18, 2024
1 parent d8547b0 commit f6e6147
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pylint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- run: pip install --upgrade pip
- run: pip install -r bin/requirements.txt
- run: pip install pylint
#- run: pylint bin/backcheck_publishedurl.py
- run: pylint bin/check_published_image.py
#- run: pylint bin/process_check.py
- run: pylint bin/backcheck_aws.py
- run: pylint bin/backcheck_publishedurl.py
- run: pylint bin/process_check.py
- run: pylint bin/update_dynamodb_published_skeletons.py
- run: pylint bin/update_dynamodb_published_stacks.py
- run: pylint bin/update_dynamodb_publishing_doi.py

0 comments on commit f6e6147

Please sign in to comment.