Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

task

task #3816

Workflow file for this run

name: task
on:
workflow_dispatch:
schedule:
- cron: '27 */6 * * *'
jobs:
scheduled:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.10'
- run: pip3 install -r requirements.txt
- run: python task.py