Skip to content

Bump slackapi/slack-github-action from 1.25.0 to 1.26.0 in the github-actions group #96

Bump slackapi/slack-github-action from 1.25.0 to 1.26.0 in the github-actions group

Bump slackapi/slack-github-action from 1.25.0 to 1.26.0 in the github-actions group #96

Triggered via pull request April 22, 2024 11:05
Status Failure
Total duration 25s
Artifacts

ci.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build (20.x)
Error: Need to provide at least one botToken or webhookUrl
build (20.x): src/bitcharify/core/isBreakingSpace.js#L2
`BREAKING_SPACES` should be a `Set`, and use `BREAKING_SPACES.has()` to check existence or non-existence
build (20.x): src/bitcharify/core/isBreakingSpace.js#L14
Invalid number literal casing
build (20.x): src/bitcharify/core/isBreakingSpace.js#L15
Invalid number literal casing
build (20.x): src/bitcharify/core/isBreakingSpace.js#L28
Prefer `String#codePointAt()` over `String#charCodeAt()`
build (20.x): src/bitcharify/core/isNewLine.js#L1
`NEW_LINES` should be a `Set`, and use `NEW_LINES.has()` to check existence or non-existence
build (20.x): src/bitcharify/core/isNewLine.js#L2
Invalid number literal casing
build (20.x): src/bitcharify/core/isNewLine.js#L3
Invalid number literal casing
build (20.x): src/bitcharify/core/isNewLine.js#L15
Prefer `String#codePointAt()` over `String#charCodeAt()`
build (20.x): src/bitcharify/core/measureText.js#L8
Don't use a zero fraction in the number
build (20.x): src/bitcharify/core/measureText.js#L37
Do not use useless `undefined`