A tool which automatically detects a Release Engineers project's setup and builds it.
build-system is a GitHub Action
name: Build
steps:
- uses: actions/checkout@v3
- uses: release-engineers/build-system@v0
- shell: bash
run: |
build-system <command>
This is a Bash project mainly depending on Git, Poetry and Docker.
Development requires: