Skip to content

Commit 77c9cad

Browse files
committed
build: Adding lint testing using flake
1 parent 2ba7ebc commit 77c9cad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ steps:
1111
versionSpec: '3.6'
1212
architecture: 'x64'
1313

14+
- script: |
15+
python -m pip install flake8
16+
flake8 .
17+
displayName: 'Run lint tests'
18+
1419
- task: Bash@3
1520
displayName: 'Install Requirements'
1621
inputs:

0 commit comments

Comments
 (0)