Skip to content

Commit

Permalink
removing pylint from release action
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed May 2, 2023
1 parent 65ccc89 commit 539e0f9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/image-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v1

# install pylint and run it on the code
- name: Python Pylint GitHub Action
uses: fylein/python-pylint-github-action@v1
with:
args: pip3 install -r requirements.txt && pylint --rcfile=.pylintrc --recursive=y ./

# connect to the renci image registry
- name: Login to containers.renci.org
uses: docker/login-action@v2
Expand Down

0 comments on commit 539e0f9

Please sign in to comment.