audit-labs/gh-attest
GitHub Audit Evidence Extractor
clone: git clone https://gitbay.org/audit-labs/gh-attest.git
dc179532aed18764cb618f13e92d2b3c331b9b5d
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2026-08-21T04:39:02Z
.github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) @@ -21,6 +21,12 @@ jobs: - run: npm ci + # worker-configuration.d.ts is generated, not committed, and tsconfig + # lists it under "types" — so tsc cannot run on a fresh checkout without + # this. Needs no Cloudflare credentials; it reads wrangler.jsonc. + - name: Generate Workers types + run: npm run types + # The engine is TypeScript on Workers types; a type error is a deploy # that fails in Cloudflare's build rather than here. - name: Typecheck