V7.0.1:Support Github Actions

This commit is contained in:
JasonYANG17 2024-08-18 01:34:29 +08:00 committed by GitHub
parent 5068d2df87
commit 2caa00e9d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

15
.github/workflows/Super_Employee.yml vendored Normal file
View 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