Skip to content

Merge pull request #43 from vp817/patch-1 #113

Merge pull request #43 from vp817/patch-1

Merge pull request #43 from vp817/patch-1 #113

Workflow file for this run

name: PieMC
on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: pip install -r requirements.txt
- run: python start.py