There was an error while loading. Please reload this page.
1 parent 607f395 commit a7b3261Copy full SHA for a7b3261
1 file changed
.github/workflows/main.yaml
@@ -2,12 +2,16 @@ name: Main CI
2
3
on: [push]
4
5
+permissions: {}
6
+
7
jobs:
8
lint:
9
runs-on: ubuntu-latest
10
timeout-minutes: 10
11
steps:
12
- uses: actions/checkout@v5
13
+ with:
14
+ persist-credentials: false
15
- uses: actions/setup-python@v6
16
with:
17
python-version: '3.14'
@@ -38,6 +42,8 @@ jobs:
38
42
loader: [requests, aiohttp]
39
43
40
44
45
46
41
47
- name: Use Python ${{ matrix.python-version }}
48
uses: actions/setup-python@v6
49
0 commit comments