mirror of
https://github.com/gumyr/build123d.git
synced 2026-04-18 11:00:30 -07:00
lint.yml -> matrix python version
This commit is contained in:
parent
04cf1efd89
commit
264c4e1198
1 changed files with 5 additions and 2 deletions
7
.github/workflows/lint.yml
vendored
7
.github/workflows/lint.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue