Skip to content

Update CI workflow to use correct type checking command #12

Update CI workflow to use correct type checking command

Update CI workflow to use correct type checking command #12

Triggered via push April 23, 2025 01:32
Status Failure
Total duration 30s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors
build
Process completed with exit code 2.
build: test/unit/tokens.test.ts#L34
Argument of type 'boolean' is not assignable to parameter of type 'CommandContext'.
build: test/unit/slack-api.test.ts#L149
Argument of type '{ cookie: undefined; tokens: { 'team1.slack.com': { token: string; name: string; }; 'team2.slack.com': { token: string; name: string; }; "https://test-workspace.slack.com": { token: string; name: string; }; }; }' is not assignable to parameter of type 'SlackAuth'.
build: test/unit/slack-api.test.ts#L147
Unused '@ts-expect-error' directive.
build: test/unit/commands/my_messages/formatters.test.ts#L241
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.