Skip to content

Commit 456bbfa

Browse files
committed
better names
1 parent 5f6084d commit 456bbfa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ env:
1212

1313
jobs:
1414
pre-commit:
15+
name: Static Analysis (pre-commit)
1516
runs-on: ubuntu-latest
1617
steps:
1718
- uses: actions/checkout@v4
@@ -20,6 +21,7 @@ jobs:
2021
python-version: "3.12"
2122
- uses: pre-commit/[email protected]
2223
tests:
24+
name: Tests
2325
runs-on: ubuntu-latest
2426
services:
2527
postgres:

0 commit comments

Comments
 (0)