Skip to content

Fix automod url regex and logic #43

Fix automod url regex and logic

Fix automod url regex and logic #43

Triggered via pull request August 2, 2024 01:53
Status Success
Total duration 51s
Artifacts

ci-cd.yml

on: pull_request
install dependencies (pnpm)
12s
install dependencies (pnpm)
check linting (prettier)
9s
check linting (prettier)
check linting (eslint)
21s
check linting (eslint)
build
17s
build
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
install dependencies (pnpm)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
check linting (prettier)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
check linting (eslint)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
check linting (eslint): src/events/messageCreate.ts#L28
Unnecessary 'else' after 'return'
check linting (eslint): src/types/main.d.ts#L16
Unexpected var, use let or const instead