mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
ci: pin python version for checkstyle script (#1447)
This commit is contained in:
parent
2bf9308d96
commit
1ae7b683e1
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
@ -40,8 +40,10 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install asdf dependencies
|
||||
uses: asdf-vm/actions/install@v1
|
||||
- name: Install Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.7.13"
|
||||
|
||||
- name: Run checkstyle.py
|
||||
run: scripts/checkstyle.py
|
||||
|
@ -1 +0,0 @@
|
||||
python 3.11.1
|
Loading…
Reference in New Issue
Block a user