We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dea770f commit d717bb0Copy full SHA for d717bb0
1 file changed
.github/workflows/ci.yml
@@ -56,4 +56,17 @@ jobs:
56
pwd
57
ls -l
58
builbo -l c -o fedora -b -s "./autogen.sh && make"
59
+ dogfood:
60
+ name: dogfooding: run self-check in builbo
61
+ runs-on: ubuntu-latest
62
+ steps:
63
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
64
+ - name: install builbo
65
+ run: |
66
+ sudo make install-cli
67
+ - name: run self-check
68
69
+ builbo -l c -o fedora -d shellcheck,golang -b -s "make check"
70
+
71
72
0 commit comments