Skip to content

chore: remove dead code/stray files, add CI typecheck+lint+build gates, CodeQL, and Dependabot #56

chore: remove dead code/stray files, add CI typecheck+lint+build gates, CodeQL, and Dependabot

chore: remove dead code/stray files, add CI typecheck+lint+build gates, CodeQL, and Dependabot #56

Triggered via pull request July 28, 2026 09:12
Status Failure
Total duration 1m 14s
Artifacts

ci.yml

on: pull_request
Typecheck, lint, test, build
1m 10s
Typecheck, lint, test, build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Typecheck, lint, test, build: src/components/IPFSDocViewer/__tests__/IPFSDocViewer.test.tsx#L109
Property 'toBeDisabled' does not exist on type 'JestMatchers<void, HTMLElement>'.
Typecheck, lint, test, build: src/components/IPFSDocViewer/__tests__/IPFSDocViewer.test.tsx#L102
Property 'toBeDisabled' does not exist on type 'JestMatchers<void, HTMLElement>'.
Typecheck, lint, test, build: src/components/IPFSDocViewer/__tests__/IPFSDocViewer.test.tsx#L95
Property 'toBeDisabled' does not exist on type 'Matchers<void, HTMLElement> & SnapshotMatchers<void, HTMLElement> & Inverse<JestMatchers<void, HTMLElement>> & PromiseMatchers<...>'.
Typecheck, lint, test, build: src/components/IPFSDocViewer/__tests__/IPFSDocViewer.test.tsx#L88
Property 'toBeDisabled' does not exist on type 'Matchers<void, HTMLElement> & SnapshotMatchers<void, HTMLElement> & Inverse<JestMatchers<void, HTMLElement>> & PromiseMatchers<...>'.
Typecheck, lint, test, build: src/components/ContractTimeTraveler/__tests__/ContractTimeTraveler.test.tsx#L230
Property 'toBeDisabled' does not exist on type 'Matchers<void, HTMLElement> & SnapshotMatchers<void, HTMLElement> & Inverse<JestMatchers<void, HTMLElement>> & PromiseMatchers<...>'.
Typecheck, lint, test, build: src/components/ContractTimeTraveler/__tests__/ContractTimeTraveler.test.tsx#L224
Property 'toBeDisabled' does not exist on type 'Matchers<void, HTMLElement> & SnapshotMatchers<void, HTMLElement> & Inverse<JestMatchers<void, HTMLElement>> & PromiseMatchers<...>'.
Typecheck, lint, test, build: src/components/AuditSessionTimer/__tests__/AuditSessionTimer.test.tsx#L252
Type 'Jest' is not assignable to type 'void | TestReturnValuePromise | TestReturnValueGenerator'.
Typecheck, lint, test, build: src/components/AuditSessionTimer/__tests__/AuditSessionTimer.test.tsx#L251
Type 'Jest' is not assignable to type 'void | TestReturnValuePromise | TestReturnValueGenerator'.
Typecheck, lint, test, build: src/app/layout.tsx#L48
Cannot find name 'ErrorProvider'. Did you mean 'RoleProvider'?
Typecheck, lint, test, build: src/app/layout.tsx#L44
Cannot find name 'ErrorProvider'. Did you mean 'RoleProvider'?
Typecheck, lint, test, build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/