Skip to content

Commit

Permalink
chore: Add names to jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdomke committed Mar 21, 2024
1 parent d9db027 commit c86cb9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
lint-code:
runs-on: ubuntu-latest
name: Lint code
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand All @@ -25,6 +26,7 @@ jobs:

lint-typing:
runs-on: ubuntu-latest
name: Lint type annotations
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand All @@ -41,6 +43,7 @@ jobs:

test:
runs-on: ubuntu-latest
name: Run tests
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
Expand Down

0 comments on commit c86cb9d

Please sign in to comment.