Skip to content

Commit 11fdc59

Browse files
authored
only lint v3
1 parent 13b06bb commit 11fdc59

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/linting.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Linting
33
on:
44
push:
55
paths:
6-
- '**/*.py'
6+
- 'v3/**/*.py'
77
- '**/linting.yml'
88
- 'pylintrc'
9-
- 'requirements.txt'
9+
- 'v3/requirements.txt'
1010

1111
pull_request:
1212

@@ -33,8 +33,8 @@ jobs:
3333
python-version: ${{ matrix.python-version }}
3434
- name: Install dependencies
3535
run: |
36-
python -m pip install -r requirements.txt
36+
python -m pip install -r v3/requirements.txt
3737
python -m pip install pylint
3838
- name: Testing with pylint
3939
run: |
40-
pylint pysteve -d W0311 # enable later
40+
pylint v3

0 commit comments

Comments
 (0)