Skip to content

fix: resolve weekly test markdownlint failures#69

Closed
comphy-bot wants to merge 2 commits intomainfrom
Worthington/fix-weekly-tests-mdlint
Closed

fix: resolve weekly test markdownlint failures#69
comphy-bot wants to merge 2 commits intomainfrom
Worthington/fix-weekly-tests-mdlint

Conversation

@comphy-bot
Copy link
Member

Summary\nFixes the current Weekly Tests CI markdownlint failures.\n\n### Changes\n- Remove extra consecutive blank lines in (MD012)\n- Fix spaced code span in (MD038)\n- Wrap bare YouTube URLs in and with angle brackets (MD034)\n\n### Validation\n- Ran

[email protected] lint
npm run lint:js && npm run lint:css && npm run lint:md

[email protected] lint:js
eslint assets/js/**/*.js

[email protected] lint:css
stylelint 'assets/css/**/*.css'

[email protected] lint:md
markdownlint-cli2 --config .markdownlint-cli2.jsonc

markdownlint-cli2 v0.18.1 (markdownlint v0.38.0)
Finding: /*.md !_teaching/ !assets/css/academicons-1.7.0/README.md
Linting: 13 file(s)
Summary: 0 error(s) locally: pass

- remove extra blank lines in _research/index.md (MD012)
- fix code span spacing in add-news skill doc (MD038)
- wrap YouTube links in News/history with angle brackets (MD034)
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: cf9eaaee88

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

@comphy-bot
Copy link
Member Author

Superseded by #70, which includes the same markdownlint fixes plus the nokogiri security update. Keeping review in one PR as requested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants