We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4670802 commit cd8c363Copy full SHA for cd8c363
1 file changed
action.yml
@@ -1,8 +1,12 @@
1
name: Python Pylint Github Action
2
description: 'Pylint Github Action running on python slim docker image'
3
-icon: box
4
-color: gray-dark
+branding:
+ icon: box
5
+ color: gray-dark
6
runs-on: ubuntu-latest
7
+runs:
8
+ using: 'docker'
9
+ image: 'Dockerfile'
10
steps:
11
- uses: actions/checkout@master
12
- name: Python Pylint Github Action
0 commit comments