Skip to content

#10 add logging instead of print() #12

#10 add logging instead of print()

#10 add logging instead of print() #12

Workflow file for this run

name: Build Daily Dragon
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.12
- run: pip install -r requirements.txt