Skip to content

Commit 179a1d6

Browse files
committed
Update linter config
1 parent af33c29 commit 179a1d6

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/durabletask-azuremanaged.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- name: Run flake8 Linter
2929
working-directory: durabletask-azuremanaged
3030
run: flake8 .
31+
- name: Run flake8 Linter
32+
working-directory: tests/durabletask-azuremanaged
33+
run: flake8 .
3134

3235
run-docker-tests:
3336
env:

.github/workflows/durabletask.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ jobs:
2525
pip install setuptools wheel tox
2626
pip install flake8
2727
- name: Run flake8 Linter
28+
working-directory: durabletask
29+
run: flake8 .
30+
- name: "Run flake8 linter: tests"
31+
working-directory: tests/durabletask
32+
run: flake8 .
33+
- name: "Run flake8 linter: examples"
34+
working-directory: examples
2835
run: flake8 .
2936

3037
run-e2e-tests:

0 commit comments

Comments
 (0)