Skip to content

fixing git ignore problem #53

fixing git ignore problem

fixing git ignore problem #53

Triggered via push March 25, 2026 23:31
Status Failure
Total duration 1m 43s
Artifacts

lint_build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
lint / lint: src/public/demo-drawing/assets/trrack-alpha/core/src/graph/provenance-graph.ts#L22
'initializeProvenanceGraph' was used before it was defined
lint / lint: src/public/demo-drawing/assets/trrack-alpha/core/src/graph/provenance-graph.ts#L22
'f' is assigned a value but only used as a type. Allowed unused vars must match /^_/u
lint / lint: src/controllers/VideoController.tsx#L4
Expected a line break before this closing brace
lint / lint: src/controllers/VideoController.tsx#L4
Expected a line break after this opening brace
lint / lint: src/analysis/individualStudy/drawingScreenshots/DrawingTimeline.tsx#L208
Unexpected console statement. Only these console methods are allowed: warn, error
lint / lint: src/analysis/individualStudy/drawingScreenshots/DrawingTimeline.tsx#L103
Unexpected console statement. Only these console methods are allowed: warn, error
lint / lint: src/analysis/individualStudy/drawingScreenshots/DrawingTimeline.tsx#L59
Unexpected console statement. Only these console methods are allowed: warn, error
lint / lint: src/analysis/individualStudy/drawingScreenshots/DrawingScreenshotsView.tsx#L261
Unexpected console statement. Only these console methods are allowed: warn, error
lint / lint: src/analysis/individualStudy/drawingScreenshots/DrawingScreenshotsView.tsx#L241
Unexpected console statement. Only these console methods are allowed: warn, error
lint / lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/setup-node@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
lint / lint: src/public/demo-drawing/assets/Canvas.tsx#L200
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free