From 539e0f933138e04c5410adcd6e001f4d192281df Mon Sep 17 00:00:00 2001 From: Phil Owen <19691521+PhillipsOwen@users.noreply.github.com> Date: Tue, 2 May 2023 13:24:02 -0400 Subject: [PATCH] removing pylint from release action --- .github/workflows/image-push.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/image-push.yml b/.github/workflows/image-push.yml index 5ca4e33..702c4c8 100644 --- a/.github/workflows/image-push.yml +++ b/.github/workflows/image-push.yml @@ -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