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 1ef2543 commit 0d280feCopy full SHA for 0d280fe
.github/workflows/ci.yml
@@ -21,6 +21,9 @@ jobs:
21
runs-on: ubuntu-latest
22
steps:
23
- uses: actions/checkout@v4
24
+ with:
25
+ persist-credentials: false
26
+
27
- uses: chartboost/ruff-action@v1
28
with:
29
args: 'format --check'
@@ -29,6 +32,9 @@ jobs:
32
30
33
31
34
35
36
37
38
39
40
tests:
@@ -67,6 +73,8 @@ jobs:
67
73
68
74
- name: "Check out the repo"
69
75
uses: "actions/checkout@v4"
76
77
70
78
71
79
- name: "Set up Python"
72
80
uses: "actions/setup-python@v5"
@@ -98,6 +106,7 @@ jobs:
98
106
99
107
100
108
fetch-depth: "0"
109
101
110
102
111
103
112
0 commit comments