better CLI wrapping & begin using log/slog
#125
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build | |
on: [push] | |
jobs: | |
reusable-build: | |
# this basically just runs `$ bob build` (for details see https://github.com/function61/turbobob) | |
uses: function61/turbobob-action/.github/workflows/build.yml@main |