Skip to content

Commit

Permalink
Fix workflow job names
Browse files Browse the repository at this point in the history
  • Loading branch information
bswck committed Aug 17, 2023
1 parent 6b00029 commit 266738a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Lint (black --check, pylint, ruff)
on: [push]

jobs:
ci:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Static type check (mypy)
on: [push]

jobs:
ci:
typecheck:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [published]

jobs:
deploy:
release:
runs-on: ubuntu-latest
environment: release
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test & measure coverage
on: [push]

jobs:
ci:
test:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 266738a

Please sign in to comment.