Skip to content

Commit

Permalink
Updated workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Aug 21, 2021
1 parent 8fe1299 commit f450690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -73,7 +73,7 @@ jobs:
pre-commit install --install-hooks
pylint:
name: Check pylint
name: Run pylint check
runs-on: ubuntu-latest
needs: prepare-base
steps:
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
pre-commit run pylint --all-files
mypy:
name: Check mypy
name: Run mypy check
runs-on: ubuntu-latest
needs: prepare-base
steps:
Expand Down

0 comments on commit f450690

Please sign in to comment.