We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c30c950 commit 0c72f52Copy full SHA for 0c72f52
.github/workflows/ci.yml
@@ -7,7 +7,9 @@ on:
7
- series/*
8
pull_request:
9
schedule:
10
- - cron: '0 12 * * *'
+ - cron: "0 12 * * *"
11
+
12
+permissions: {}
13
14
jobs:
15
test:
@@ -98,7 +100,7 @@ jobs:
98
100
if: always()
99
101
102
needs:
- - test
103
+ - test
104
105
runs-on: ubuntu-latest
106
@@ -121,7 +123,7 @@ jobs:
121
123
122
124
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
125
with:
- python-version: '3.x'
126
+ python-version: "3.x"
127
128
- run: pip install coverage[toml]
129
0 commit comments