Skip to content

Commit

Permalink
Fixing bug in Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Shwetabhk authored Dec 19, 2019
1 parent d4afaf2 commit 4670802
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
on: push
name: on push
jobs:
pythonPylintGithubAction:
name: Python Pylint Github Action
description: 'Pylint Github Action running on python slim docker image'
icon: box
color: gray-dark
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Python Pylint Github Action
uses: fylein/python-pylint-github-action@master
with:
args: pylint --help
name: Python Pylint Github Action
description: 'Pylint Github Action running on python slim docker image'
icon: box
color: gray-dark
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Python Pylint Github Action
uses: fylein/python-pylint-github-action@master
with:
args: pylint --help

0 comments on commit 4670802

Please sign in to comment.