update: python actions + version

update: python actions + version
This commit is contained in:
Nicholas Kumia 2023-08-11 17:10:48 -04:00
parent 77f8567e21
commit 776a0260cc
No known key found for this signature in database
GPG Key ID: 974C98B4ECBA8653
1 changed files with 3 additions and 3 deletions

View File

@ -4,10 +4,10 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.6'
python-version: '3.9'
- name: Install requirements
run: pip install flake8 pycodestyle
- name: Check syntax