Skip to content

Add GitHub Actions workflow and update bot scraping interval #1

Add GitHub Actions workflow and update bot scraping interval

Add GitHub Actions workflow and update bot scraping interval #1

Workflow file for this run

name: Run bot
on:
schedule:
- cron: '0 */12 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8

Check failure on line 16 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
- name: 'Install dependencies'
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: 'Run bot'
run: |
python app.py