Skip to content

Shift key to select rows for annul queue #3188

Shift key to select rows for annul queue

Shift key to select rows for annul queue #3188

Triggered via pull request September 7, 2024 03:20
Status Failure
Total duration 1m 25s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
build: src/components/PaginatedTable/PaginatedTable.tsx#L363
Replace `·?·"queued"` with `⏎············································?·"queued"⏎···········································`
build: src/views/User/GameHistoryTable.tsx#L116
Replace `r` with `(r)`
build: src/views/User/GameHistoryTable.tsx#L117
Replace `r` with `(r)`
build: src/views/User/GameHistoryTable.tsx#L118
Missing semicolon
build: src/views/User/GameHistoryTable.tsx#L121
Replace `⏎························rows.slice(minIndex,·maxIndex·+1).filter(r·=>·!r.annulled)⏎····················` with `rows.slice(minIndex,·maxIndex·+·1).filter((r)·=>·!r.annulled)`
build
Process completed with exit code 1.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/cache@v3, nick-invision/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/