We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed961a commit 3109e90Copy full SHA for 3109e90
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
lint-and-test:
11
- name: "Lint and Test"
+ name: Lint and Test
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
@@ -32,9 +32,9 @@ jobs:
32
run: hatch run +py=${{ matrix.python-version }} test:test
33
34
release:
35
- name: "Release"
+ name: Release
36
37
- needs: build
+ needs: lint-and-test
38
permissions:
39
id-token: write
40
contents: write
0 commit comments