Skip to content

Format codebase and fix Datadog workflow configuration#3

Merged
asperpharma merged 3 commits intomasterfrom
copilot/fix-formatting-and-datadog-config
Feb 10, 2026
Merged

Format codebase and fix Datadog workflow configuration#3
asperpharma merged 3 commits intomasterfrom
copilot/fix-formatting-and-datadog-config

Conversation

Copy link
Copy Markdown

Copilot AI commented Feb 10, 2026

Standardizes code formatting across the repository and establishes Datadog Synthetics CI workflow with correct action version.

Changes

  • Code formatting: Ran deno fmt on 7 files (JS, JSON, Markdown) to enforce consistent style

    • Arrow functions now use explicit parameter parentheses
    • Standardized 2-space indentation
    • Added trailing commas where appropriate
  • Datadog workflow: Created .github/workflows/datadog-synthetics.yml

    • Uses datadog/[email protected] (v1 tag doesn't exist)
    • Configured for push/PR triggers on main branch
    • Added explicit permissions: contents: read to limit GITHUB_TOKEN scope

Example

// Before
const selections = vscode.window.activeTextEditor.selections
  .map(s => vscode.window.activeTextEditor.document.getText(s))

// After  
const selections = vscode.window.activeTextEditor.selections
  .map((s) => vscode.window.activeTextEditor.document.getText(s))

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:


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Fix formatting issues and update Datadog config Format codebase and fix Datadog workflow configuration Feb 10, 2026
Copilot AI requested a review from asperpharma February 10, 2026 05:01
@asperpharma asperpharma marked this pull request as ready for review February 10, 2026 05:34
@asperpharma asperpharma merged commit ad47223 into master Feb 10, 2026
Copy link
Copy Markdown
Owner

@asperpharma asperpharma left a comment

Choose a reason for hiding this comment

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

what to do

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