Skip to content

Commit 8f149b0

Browse files
committed
ci: remove flake8 linting step from GitHub Actions workflow
1 parent 81c16cf commit 8f149b0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/audit-pipeline.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
export PYTHONPATH=.
3131
pytest tests/
3232
33-
- name: Lint with flake8
34-
run: |
35-
export PYTHONPATH=.
36-
flake8 auditor tools clients main.py
33+
#- name: Lint with flake8
34+
# run: |
35+
# export PYTHONPATH=.
36+
# flake8 auditor tools clients main.py
3737

3838
- name: Build Docker image
3939
run: docker build -f Dockerfile.dev -t cloud-storage-lens .

0 commit comments

Comments
 (0)