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
OpenDAS
vllm_cscc
Commits
74f2f8a0
Unverified
Commit
74f2f8a0
authored
Nov 06, 2024
by
Russell Bryant
Committed by
GitHub
Nov 06, 2024
Browse files
[CI/Build] Always run the ruff workflow (#10092)
Signed-off-by:
Russell Bryant
<
rbryant@redhat.com
>
parent
d58268c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
6 deletions
+11
-6
.github/workflows/ruff.yml
.github/workflows/ruff.yml
+11
-6
No files found.
.github/workflows/ruff.yml
View file @
74f2f8a0
...
@@ -15,12 +15,17 @@ on:
...
@@ -15,12 +15,17 @@ on:
pull_request
:
pull_request
:
branches
:
branches
:
-
main
-
main
paths
:
# This workflow is only relevant when one of the following files changes.
-
"
**/*.py"
# However, we have github configured to expect and require this workflow
-
pyproject.toml
# to run and pass before github with auto-merge a pull request. Until github
-
requirements-lint.txt
# allows more flexible auto-merge policy, we can just run this on every PR.
-
.github/workflows/matchers/ruff.json
# It doesn't take that long to run, anyway.
-
.github/workflows/ruff.yml
#paths:
# - "**/*.py"
# - pyproject.toml
# - requirements-lint.txt
# - .github/workflows/matchers/ruff.json
# - .github/workflows/ruff.yml
jobs
:
jobs
:
ruff
:
ruff
:
...
...
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