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 726c547 commit 90b2d0fCopy full SHA for 90b2d0f
.github/workflows/lint.yml renamed to .github/actions/lint/action.yml
.github/workflows/main.yml
@@ -10,6 +10,14 @@ on:
10
- master
11
12
jobs:
13
+ lint:
14
+ runs-on: ubuntu-latest
15
+ steps:
16
+ - name: Check out repository
17
+ uses: actions/[email protected]
18
+
19
+ - uses: ./.github/actions/lint
20
21
tests:
22
name: Python ${{ matrix.python-version }}
23
runs-on: ubuntu-latest
@@ -24,9 +32,9 @@ jobs:
24
32
- "3.13"
25
33
26
34
steps:
27
- - uses: actions/checkout@v4
35
+ - uses: actions/checkout@v4.2.2
28
36
29
- - uses: actions/setup-python@v5
37
+ - uses: actions/setup-python@v5.3.0
30
38
with:
31
39
python-version: ${{ matrix.python-version }}
40
0 commit comments