Sign in
◑
Theme
code
/
re2
/
9049cd28d7496e05e7b7beaec89291d8bc6a31ee
/
.
/
.github
/
workflows
/
python.yml
blob: e3c9d07f0c5cd2d4aae54e29212421dbd53ff580 [
file
]
name:
Python
on:
workflow_dispatch:
inputs:
build:
required:
true
type:
number
jobs:
no
-
op:
runs
-
on:
ubuntu
-
latest
steps:
-
run:
echo
"These aren't the droids you're looking for."
shell:
bash