Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenFold
Commits
2338b896
Unverified
Commit
2338b896
authored
Oct 30, 2023
by
Jennifer Wei
Committed by
GitHub
Oct 30, 2023
Browse files
Merge pull request #365 from aqlaboratory/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 2 to 4
parents
51472e75
dcd809d9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/undefined_names.yml
.github/workflows/undefined_names.yml
+1
-1
No files found.
.github/workflows/undefined_names.yml
View file @
2338b896
...
...
@@ -5,7 +5,7 @@ jobs:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v4
-
uses
:
actions/setup-python@v
2
-
uses
:
actions/setup-python@v
4
-
run
:
pip install --upgrade pip
-
run
:
pip install flake8
-
run
:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
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