fix: add job name to match branch protection rules

This commit is contained in:
Greyson LaLonde
2025-07-02 20:18:18 -04:00
parent 9492788e10
commit 8c3372ed57

View File

@@ -11,6 +11,7 @@ env:
jobs:
tests:
name: tests (${{ matrix.python-version }})
runs-on: ubuntu-latest
timeout-minutes: 15
strategy: