Skip to content

Commit 1001990

Browse files
authored
Update lint.yml
1 parent fc14d85 commit 1001990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# install packages one-by-one so it is clearer which fails, if it does
4040
python_packages=('flake8' 'pylint' 'ruff' 'mypy' 'pytype' 'pyright' 'fixit' 'pyre-check' 'flake8-sarif-formatter')
4141
for package in "${python_packages[@]}"; do
42-
echo "::notice::Installing Python package ${package}"
42+
echo "Installing Python package ${package}"
4343
if ! python3 -mpip install ${PIP_ARGS} -q "${package}"; then
4444
echo "::warning::Failed to installed Python dependency ${package}, continuing"
4545
fi

0 commit comments

Comments
 (0)