Skip to content

Commit

Permalink
Github Actions: update main workflow name
Browse files Browse the repository at this point in the history
It also runs tests, in addition to linting.
  • Loading branch information
stsnel committed May 24, 2024
1 parent 85944ef commit c4c38fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "Python"
name: "Lint and run tests"

on:
pull_request:
Expand All @@ -10,7 +10,7 @@ on:
- '**'

jobs:
lint:
job:
runs-on: ubuntu-22.04
strategy:
matrix:
Expand Down

0 comments on commit c4c38fe

Please sign in to comment.