Skip to content

Commit

Permalink
Rename CI jobs to be more generic
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyGuthridge committed Feb 14, 2025
1 parent f16369b commit 07f4dad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Test and Lint
on: [push]

jobs:
Pytest:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
coverageFile: coverage.xml
token: ${{ secrets.GITHUB_TOKEN }}

Ruff:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -61,7 +61,7 @@ jobs:
run: |
poetry run ruff check
Mypy:
Type-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 07f4dad

Please sign in to comment.