Skip to content

Build

Build #139

Workflow file for this run

name: Build
on:
push:
pull_request:
schedule:
# 10am, every Monday
- cron: '0 10 * * 1'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- run: ./bots/run.sh