[CI/Build] Remove dummy CI steps (#12208)
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
parent
5c89a29c22
commit
4001ea1266
20
.github/workflows/dummy.yml
vendored
20
.github/workflows/dummy.yml
vendored
@ -1,20 +0,0 @@
|
|||||||
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"
|
|
Loading…
x
Reference in New Issue
Block a user