We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4afaf2 commit 4670802Copy full SHA for 4670802
1 file changed
action.yml
@@ -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
+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 commit comments