Skip to content

rebuild project structure from scratch / move to poetry #81

rebuild project structure from scratch / move to poetry

rebuild project structure from scratch / move to poetry #81

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
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: build
uses: ./.github/actions/build
- name: bootstrap
run: make bootstrap