Skip to content

Merge branch 'fixes' #48

Merge branch 'fixes'

Merge branch 'fixes' #48

Triggered via push September 14, 2024 00:51
Status Failure
Total duration 57s
Artifacts

lint.yaml

on: push
Run eslint
38s
Run eslint
Run Prettier
39s
Run Prettier
Run Markdownlint
45s
Run Markdownlint
Lint YAML
14s
Lint YAML
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Run eslint: src/command/commands/HelpCommand.ts#L14
Promise-returning method provided where a void return was expected by extended/implemented type 'Command'
Run eslint: src/command/commands/InvalidCommand.ts#L10
Promise-returning method provided where a void return was expected by extended/implemented type 'Command'
Run eslint: src/command/parseBangCommand.test.ts#L1
'Message' is defined but never used
Run eslint: src/events/onMessageCreate.ts#L4
Async function 'onMessageCreate' has no 'await' expression
Run eslint: src/server.ts#L18
Promise returned in function argument where a void return was expected
Run eslint: src/server.ts#L23
Promise returned in function argument where a void return was expected
Run eslint: src/server.ts#L23
Async arrow function has no 'await' expression
Run eslint
Process completed with exit code 1.