Skip to content

Fix deno fmt formatting in README.md#428

Merged
ryo-ma merged 2 commits intomasterfrom
copilot/add-deno-fmt-support
Mar 14, 2026
Merged

Fix deno fmt formatting in README.md#428
ryo-ma merged 2 commits intomasterfrom
copilot/add-deno-fmt-support

Conversation

Copy link
Contributor

Copilot AI commented Mar 14, 2026

CI was failing deno fmt --check due to two list entries in README.md where by was placed at line-end instead of the continuation line-start — the format deno fmt requires when URLs are long enough to trigger line wrapping.

Change

Moved by from end-of-line to beginning of continuation line for the two affected entries:

-- [https://github-profile-trophy-orcin-eta.vercel.app](...) by
-  [manupawick](https://github.com/manupawickramasinghe)
+- [https://github-profile-trophy-orcin-eta.vercel.app](...)
+  by [manupawick](https://github.com/manupawickramasinghe)

-- [https://github-profile-trophy-reiyua-mirror.vercel.app](...) by
-  [reiyua](https://github.com/reiyua)
+- [https://github-profile-trophy-reiyua-mirror.vercel.app](...)
+  by [reiyua](https://github.com/reiyua)

These entries were introduced in the PR that added the mirror links and did not match the formatter's expected output for long URLs.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • dl.deno.land
    • Triggering command: /usr/bin/curl curl -s REDACTED (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@vercel
Copy link

vercel bot commented Mar 14, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
github-profile-trophy Ready Ready Preview, Comment Mar 14, 2026 4:35am

Request Review

Co-authored-by: ryo-ma <6661165+ryo-ma@users.noreply.github.com>
Copilot AI changed the title [WIP] Add support for deno fmt Fix deno fmt formatting in README.md Mar 14, 2026
Copilot AI requested a review from ryo-ma March 14, 2026 04:35
@ryo-ma ryo-ma marked this pull request as ready for review March 14, 2026 04:36
@ryo-ma ryo-ma merged commit 9a3ae0f into master Mar 14, 2026
5 checks passed
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