Super_Employee/.github/workflows/Super_Employee.yml

16 lines
373 B
YAML
Raw Normal View History

2024-08-17 17:34:29 +00:00
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