Skip to content

rebuild project structure from scratch / move to poetry #77

rebuild project structure from scratch / move to poetry

rebuild project structure from scratch / move to poetry #77

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: build
uses: ./.github/actions/build
- name: check
run: make checks
bootstrap:
needs: check

Check failure on line 24 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 24, Col: 5): Required property is missing: runs-on
steps:
- name: checkout
uses: actions/checkout@v3
- name: build
run: ./.github/actions/build
- name: bootstrap
run: make bootstrap