We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81c16cf commit 8f149b0Copy full SHA for 8f149b0
1 file changed
.github/workflows/audit-pipeline.yaml
@@ -30,10 +30,10 @@ jobs:
30
export PYTHONPATH=.
31
pytest tests/
32
33
- - name: Lint with flake8
34
- run: |
35
- export PYTHONPATH=.
36
- flake8 auditor tools clients main.py
+ #- name: Lint with flake8
+ # run: |
+ # export PYTHONPATH=.
+ # flake8 auditor tools clients main.py
37
38
- name: Build Docker image
39
run: docker build -f Dockerfile.dev -t cloud-storage-lens .
0 commit comments