Skip to content

Commit

Permalink
fixed coverage and lint job names
Browse files Browse the repository at this point in the history
  • Loading branch information
kobus-v-schoor committed Mar 6, 2021
1 parent 649845d commit 4f04d35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Expand Up @@ -5,7 +5,7 @@ on:
branches: [master]

jobs:
tests:
coverage:
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -7,7 +7,7 @@ on:
branches: [master]

jobs:
tests:
lint:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 4f04d35

Please sign in to comment.