Skip to content

Commit 90b2d0f

Browse files
committed
- fix github linting action
1 parent 726c547 commit 90b2d0f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
File renamed without changes.

.github/workflows/main.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ on:
1010
- master
1111

1212
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+
1321
tests:
1422
name: Python ${{ matrix.python-version }}
1523
runs-on: ubuntu-latest
@@ -24,9 +32,9 @@ jobs:
2432
- "3.13"
2533

2634
steps:
27-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v4.2.2
2836

29-
- uses: actions/setup-python@v5
37+
- uses: actions/setup-python@v5.3.0
3038
with:
3139
python-version: ${{ matrix.python-version }}
3240

0 commit comments

Comments
 (0)