## TODO: ### Prerequisite - fake test to run migration in a separate step - wait for resources command - custom docker-compose for ci - ci-share directory - integrate fugit - release.sh integration - update-snapshots.sh integration (Make sure to forward argument to source script) - Add https://github.com/toggle-corp/commit-lint ```yaml name: Lint commits on: [pull_request] jobs: lint: name: Commit Lint runs-on: ubuntu-latest steps: - uses: actions/checkout@main - uses: toggle-corp/commit-lint@main ``` ### Actions: - CI - Publish - Release
TODO:
Prerequisite
Actions: