Update job name

This commit is contained in:
azhogov 2020-05-22 10:23:59 +03:00
parent 6e2cfbca0c
commit b8611139ca

View File

@ -1,4 +1,4 @@
name: pylint
name: Pylint
on:
push:
paths:
@ -7,7 +7,7 @@ on:
paths:
- 'model-optimizer/**'
jobs:
pylint:
MO:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2