We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Resource not accessible by integration
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/lynx-family/lynx-stack/actions/runs/14030864272/job/39277992413?pr=211
name: Web Platform Report on: pull_request: branches: - main paths: - package.json - pnpm-lock.yaml - "packages/web-platform/**" - .github/workflows/web-report.yml permissions: contents: write pull-requests: write env: CI: 1 TURBO_TELEMETRY_DISABLED: 1 concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true jobs: bundle-size-report: permissions: contents: write pull-requests: write runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: node-version: "22" - run: | pnpm install --frozen-lockfile pnpm turbo --filter "@lynx-js/web-explorer" build mv ./packages/web-platform/web-explorer/dist/stats.json ../stats.base.json - run: | mv ../stats.base.json ./stats.base.json - uses: github/[email protected] with: github-token: ${{ secrets.GITHUB_TOKEN }} current-stats-json-path: ./stats.base.json base-stats-json-path: ./stats.base.json
The error is
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/lynx-family/lynx-stack/actions/runs/14030864272/job/39277992413?pr=211
The error is
The text was updated successfully, but these errors were encountered: