Add github action for @probo/console

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-02-12 13:24:43 -08:00
parent ddda589ffe
commit bf99762996

View File

@@ -29,6 +29,15 @@ jobs:
probod:
name: "bin/probod"
runs-on: "ubuntu-22.04"
permissions:
contents: "read"
steps:
- uses: "actions/checkout@v4"
- uses: "actions/setup-go@v5"
- run: "make bin/probod"
console:
name: "@probo/console"
runs-on: "ubuntu-22.04"
permissions:
contents: "read"
steps: