Skip to content

#3 tree

#3 tree #4

Workflow file for this run

name: Build Daily Dragon
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: pwd
- run: tree
- run: pip install -r requirements.txt