Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
a47ef139
Unverified
Commit
a47ef139
authored
Aug 14, 2022
by
Matti Picus
Committed by
GitHub
Aug 14, 2022
Browse files
Merge pull request #476 from radarhere/actions
Updated actions versions
parents
a5ec6a55
6e740e73
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/lint_python.yml
.github/workflows/lint_python.yml
+2
-2
No files found.
.github/workflows/lint_python.yml
View file @
a47ef139
...
@@ -4,8 +4,8 @@ jobs:
...
@@ -4,8 +4,8 @@ jobs:
lint_python
:
lint_python
:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
uses
:
actions/setup-python@v
2
-
uses
:
actions/setup-python@v
3
-
run
:
pip install --upgrade pip wheel
-
run
:
pip install --upgrade pip wheel
-
run
:
pip install bandit black codespell flake8 flake8-2020 flake8-bugbear
-
run
:
pip install bandit black codespell flake8 flake8-2020 flake8-bugbear
flake8-comprehensions isort mypy pytest pyupgrade safety
flake8-comprehensions isort mypy pytest pyupgrade safety
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment