Skip to content

blog: self host post #6302

blog: self host post

blog: self host post #6302

Triggered via pull request August 5, 2026 19:51
Status Success
Total duration 1m 7s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
autofix
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
eslint(no-unused-vars): packages/api/src/router/statusPage.utils.ts#L19
Identifier 'durationDowntimeMs' is imported but never used.
eslint(no-unused-vars): packages/api/src/router/statusPage.utils.ts#L17
Type 'WeightedInterval' is imported but never used.
eslint(no-unused-vars): packages/api/src/router/statusPage.utils.ts#L10
Type 'CoverageSegment' is imported but never used.
eslint(no-unused-vars): packages/api/src/router/statusPage.utils.ts#L5
Identifier 'LEGACY_IMPACT_WEIGHT' is imported but never used.
eslint(no-unused-vars): packages/api/src/router/statusPage.utils.ts#L4
Identifier 'impactUptimeWeight' is imported but never used.
eslint(no-unused-vars): apps/server/src/routes/v1/monitors/post.ts#L96
Variable 'headers' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): apps/server/src/routes/v1/monitors/put_http.ts#L95
Variable 'request' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): apps/server/src/routes/v1/monitors/post_dns.ts#L88
Variable 'assertions' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): apps/server/src/routes/v1/monitors/post_dns.ts#L88
Variable 'request' is declared but never used. Unused variables should start with a '_'.
react-hooks(exhaustive-deps): apps/status-page/src/app/(status-page)/[domain]/[locale]/(public)/verify/[token]/page.tsx#L26
React Hook useEffect has a missing dependency: 'verifyEmailMutation'