Skip to content

rebuild project structure from scratch / move to poetry #1

rebuild project structure from scratch / move to poetry

rebuild project structure from scratch / move to poetry #1

Workflow file for this run

name: child project workflow run
on:
push:
branches:
- master
pull_request:
defaults:
run:
working-directory: {{ cookiecutter.name }}

Check failure on line 11 in .github/workflows/child.yml

View workflow run for this annotation

GitHub Actions / child project workflow run

Invalid workflow file

The workflow is not valid. .github/workflows/child.yml (Line: 11, Col: 24): A mapping was not expected
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: run
uses: ./.github/workflows/ci.yml