Skip to content

Commit cd8c363

Browse files
committed
Adding branding to action.yml and run command
1 parent 4670802 commit cd8c363

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

action.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
name: Python Pylint Github Action
22
description: 'Pylint Github Action running on python slim docker image'
3-
icon: box
4-
color: gray-dark
3+
branding:
4+
icon: box
5+
color: gray-dark
56
runs-on: ubuntu-latest
7+
runs:
8+
using: 'docker'
9+
image: 'Dockerfile'
610
steps:
711
- uses: actions/checkout@master
812
- name: Python Pylint Github Action

0 commit comments

Comments
 (0)