Skip to content

Commit d892dcc

Browse files
committed
Quieter actions log
1 parent efc7f49 commit d892dcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- name: Install pip dependencies
2424
run: |
2525
python3 -mpip install --upgrade pip
26-
python3 -mpip install flake8 pylint ruff mypy pytype pyright fixit
27-
python3 -mpip install flake8-sarif-formatter
26+
python3 -mpip install -q flake8 pylint ruff mypy pytype pyright fixit
27+
python3 -mpip install -q flake8-sarif-formatter
2828
- name: Run Python Lint
2929
uses: advanced-security/python-lint-code-scanning-action@main
3030
with:

0 commit comments

Comments
 (0)