Skip to content

Build a homegrown Accordion Component #261

Build a homegrown Accordion Component

Build a homegrown Accordion Component #261

Triggered via pull request November 25, 2024 00:04
Status Failure
Total duration 23s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
lint: src/components/schedule-for-stop/RouteScheduleTable.svelte#L6
Component has unused export property 'expanded'. If it is for external reference only, please consider using `export const expanded`(unused-export-let)
lint: src/components/schedule-for-stop/RouteScheduleTable.svelte#L10
'handleToggle' is defined but never used
lint: src/routes/stops/[stopID]/schedule/+page.svelte#L121
'toggleAccordion' is defined but never used
lint: src/routes/stops/[stopID]/schedule/+page.svelte#L170
'index' is defined but never used
lint
Process completed with exit code 1.
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/