V7.0.1:Support Github Actions
This commit is contained in:
parent
5068d2df87
commit
2caa00e9d2
15
.github/workflows/Super_Employee.yml
vendored
Normal file
15
.github/workflows/Super_Employee.yml
vendored
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
name: Super_Employee
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
jobs:
|
||||||
|
checkin:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout repo
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
- name: Set up env
|
||||||
|
run: pip install requests
|
||||||
|
# if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||||
|
- name: Checkin
|
||||||
|
run: |
|
||||||
|
python main.py
|
Loading…
Reference in New Issue
Block a user