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
4001ea12
Unverified
Commit
4001ea12
authored
Jan 20, 2025
by
Cyrus Leung
Committed by
GitHub
Jan 20, 2025
Browse files
[CI/Build] Remove dummy CI steps (#12208)
Signed-off-by:
DarkLight1337
<
tlleungac@connect.ust.hk
>
parent
5c89a29c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
20 deletions
+0
-20
.github/workflows/dummy.yml
.github/workflows/dummy.yml
+0
-20
No files found.
.github/workflows/dummy.yml
deleted
100644 → 0
View file @
5c89a29c
name
:
dummy-checks
on
:
pull_request
:
jobs
:
mypy
:
runs-on
:
ubuntu-latest
strategy
:
matrix
:
python-version
:
[
"
3.12"
]
steps
:
-
run
:
echo "This is a dummy step that always passes"
ruff
:
runs-on
:
ubuntu-latest
strategy
:
matrix
:
python-version
:
[
"
3.12"
]
steps
:
-
run
:
echo "This is a dummy step that always passes"
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