Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Sep 19, 2022
1 parent 82d9234 commit 64939aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/image-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v1

# install pylint and run it on the code
- name: Python Pylin GitHub Action
- name: Python Pylint GitHub Action
uses: fylein/python-pylint-github-action@v1
with:
args: pip3 install -r requirements.txt && pylint --rcfile=.pylintrc --recursive=y ./
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- master
-

jobs:
run_pylint:
runs-on: ubuntu-latest
Expand All @@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v1

- name: Python Pylin GitHub Action
- name: Python Pylint GitHub Action
uses: fylein/python-pylint-github-action@v1
with:
args: pip3 install -r requirements.txt && pylint --rcfile=.pylintrc --recursive=y ./

0 comments on commit 64939aa

Please sign in to comment.