Skip to content

Commit 4670802

Browse files
authored
Fixing bug in Action
1 parent d4afaf2 commit 4670802

1 file changed

Lines changed: 11 additions & 15 deletions

File tree

action.yml

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1-
on: push
2-
name: on push
3-
jobs:
4-
pythonPylintGithubAction:
5-
name: Python Pylint Github Action
6-
description: 'Pylint Github Action running on python slim docker image'
7-
icon: box
8-
color: gray-dark
9-
runs-on: ubuntu-latest
10-
steps:
11-
- uses: actions/checkout@master
12-
- name: Python Pylint Github Action
13-
uses: fylein/python-pylint-github-action@master
14-
with:
15-
args: pylint --help
1+
name: Python Pylint Github Action
2+
description: 'Pylint Github Action running on python slim docker image'
3+
icon: box
4+
color: gray-dark
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@master
8+
- name: Python Pylint Github Action
9+
uses: fylein/python-pylint-github-action@master
10+
with:
11+
args: pylint --help

0 commit comments

Comments
 (0)