diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 49b0068..ebaccdd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,6 +47,12 @@ jobs: uses: actions/setup-node@v4.0.2 with: node-version-file: doc/package.json + # TODO: Remove this hack when `code` is made optional. + - name: Workaround for issue 6 + run: | + mkdir hack + touch hack/code + echo "$PWD/hack" >> $GITHUB_PATH - name: Check source code and documentation run: | zig build check --summary all