diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1d7f4c..c42afae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,8 @@ jobs: timeout-minutes: 15 steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - uses: gitleaks/gitleaks-action@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 99bbbca..06b63fd 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ The application contains a “known-defect demo” that uses only synthetic valu npm run check ``` -The check runs ESLint, TypeScript, 15 detector/parser/report unit tests, a production vinext/Cloudflare Worker build, and six server-render/API integration tests. GitHub Actions runs the same command on Node.js 22. +The check runs ESLint, TypeScript, 16 detector/parser/report unit tests, a production vinext/Cloudflare Worker build, and six server-render/API integration tests. GitHub Actions runs the same command on Node.js 22. ## Architecture