Skip to content

fix: convert emoji in markdown text tokens #13077

fix: convert emoji in markdown text tokens

fix: convert emoji in markdown text tokens #13077

Triggered via pull request July 13, 2026 04:36
Status Success
Total duration 4m 17s
Artifacts

ci.yml

on: pull_request
🔠 Lint project
38s
🔠 Lint project
💪 Type check
1m 25s
💪 Type check
🧪 Unit tests
1m 17s
🧪 Unit tests
🧪 Component tests
2m 24s
🧪 Component tests
🖥️ Browser tests
4m 11s
🖥️ Browser tests
🧹 Unused code check
1m 1s
🧹 Unused code check
🌐 i18n validation
37s
🌐 i18n validation
Matrix: ♿ Accessibility audit
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint(no-underscore-dangle): lunaria/components.ts#L305
Unexpected dangling '_' in '`_CreateFileLink`'.
eslint(no-underscore-dangle): lunaria/components.ts#L208
Unexpected dangling '_' in '`_StatusByFile`'.
eslint(no-underscore-dangle): modules/image-proxy.ts#L21
Unexpected dangling '_' in '`_prepare`'.
eslint(no-underscore-dangle): modules/standard-site-sync.ts#L50
Unexpected dangling '_' in '`_prepare`'.
eslint(no-underscore-dangle): modules/lunaria.ts#L24
Unexpected dangling '_' in '`_prepare`'.
eslint(no-underscore-dangle): modules/oauth.ts#L24
Unexpected dangling '_' in '`_prepare`'.
eslint(no-underscore-dangle): modules/blog.ts#L162
Unexpected dangling '_' in '`_prepare`'.
unicorn(consistent-function-scoping): test/nuxt/a11y.spec.ts#L1391
Function `createTabsFixture` does not capture any variables from its parent scope
unicorn(prefer-add-event-listener): app/components/Brand/Customize.vue#L88
Prefer `addEventListener()` over their `on`-function counterparts.
unicorn(prefer-add-event-listener): app/components/Brand/Customize.vue#L86
Prefer `addEventListener()` over their `on`-function counterparts.