File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
name : Lint
2
2
3
- permissions : read-all
3
+ permissions :
4
+ contents : read
4
5
5
6
on :
6
7
push :
Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ jobs:
133
133
'${{ github.ref_name }}'
134
134
--repo '${{ github.repository }}'
135
135
--generate-notes
136
+ --prerelease
136
137
- name : Upload artifact signatures to GitHub Release
137
138
env :
138
139
GITHUB_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change 1
1
name : Test
2
2
3
- permissions : read-all
3
+ permissions :
4
+ contents : read
4
5
5
6
on :
6
7
push :
Original file line number Diff line number Diff line change @@ -150,7 +150,6 @@ source = [
150
150
exclude = [" tests/**/*" ]
151
151
include = [
152
152
" src/django_typer" ,
153
- " */site-packages/django_typer"
154
153
]
155
154
156
155
[tool .ruff ]
You can’t perform that action at this time.
0 commit comments