Skip to content

Commit 08a6ca4

Browse files
authored
Merge pull request #45 from onelogin/feat/github-actions
Update continuous-integration.yml
2 parents be2e60e + c3e1330 commit 08a6ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
pip install -e ".[test]"
2525
- name: Lint
2626
run: |
27-
pep8 tests/src/onelogin/*.py --config=tests/pep8.rc
27+
pep8 src/onelogin/api tests/src/onelogin/*.py --config=tests/pep8.rc
2828
pyflakes src/onelogin/api tests/src/onelogin
2929
- name: Test
3030
run: |

0 commit comments

Comments
 (0)