Skip to content

Commit 160f3d1

Browse files
committed
Update lint workflow file
1 parent 912b454 commit 160f3d1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/lint.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ jobs:
66
lint:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
10-
- uses: actions/setup-python@v2
9+
- uses: actions/checkout@v5
10+
- name: Install Python 3.10
11+
uses: actions/setup-python@v6
12+
with:
13+
python-version: '3.10'
1114
- uses: psf/black@stable
1215
with:
1316
args: ". --check"
17+
version: "25.9.0"
1418
- uses: jpetrucciani/mypy-check@master
1519
with:
1620
path: '.'

0 commit comments

Comments
 (0)