Skip to content

#3 go one level up and tree #5

#3 go one level up and tree

#3 go one level up and tree #5

Workflow file for this run

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