"vscode:/vscode.git/clone" did not exist on "fbefc8a78d22b20eac042c586805c7dcbfc66b1c"
Unverified Commit 4001ea12 authored by Cyrus Leung's avatar Cyrus Leung Committed by GitHub
Browse files

[CI/Build] Remove dummy CI steps (#12208)


Signed-off-by: default avatarDarkLight1337 <tlleungac@connect.ust.hk>
parent 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"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment