Skip to content

Commit b215083

Browse files
committed
Merge branch 'dev' of github.com:dclong/pysparker into dev
2 parents bf989a6 + de0fb71 commit b215083

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
xinstall --sudo pt -ic
3131
~/.local/bin/poetry env use python3
3232
cat pyproject.toml
33-
~/.local/bin/poetry install -E all
33+
~/.local/bin/poetry install
3434
- name: Lint with pylint
3535
run: |
36-
~/.local/bin/poetry run pylint -E dsutil/
36+
~/.local/bin/poetry run pylint -E pysparker/ tests/
3737
- name: Lint with pytype
3838
run: |
39-
~/.local/bin/poetry run pytype dsutil/ tests/
39+
~/.local/bin/poetry run pytype ./
4040
- name: Check code format
4141
run: |
42-
~/.local/bin/poetry run yapf -dr dsutil/ tests/
42+
~/.local/bin/poetry run yapf -dr .

0 commit comments

Comments
 (0)