Skip to content

rebuild project structure from scratch / move to poetry #7

rebuild project structure from scratch / move to poetry

rebuild project structure from scratch / move to poetry #7

Workflow file for this run

name: child project workflow run
on:
push:
branches:
- master
pull_request:
jobs:
run:
defaults:
run:
working-directory: '{{ cookiecutter.name }}'
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: run
env:
GH_TOKEN: ${{ github.token }}
run: gh workflow run ./.github/workflows/ci.yml