lint.yml -> matrix python version

This commit is contained in:
jdegenstein 2024-10-02 15:05:30 -05:00 committed by GitHub
parent 04cf1efd89
commit 264c4e1198
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,12 +3,15 @@ name: pylint
on: [push, pull_request]
jobs:
lint:
strategy:
matrix:
python-version: [ "3.10" ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
with:
python-version: 3.10
python-version: ${{ matrix.python-version }}
- name: lint
run: pylint --rcfile=.pylintrc --fail-under=9.5 src/build123d