Skip to content

Create deno.yml #735

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Create deno.yml #735

wants to merge 2 commits into from

Conversation

B-Scott33
Copy link

@B-Scott33 B-Scott33 commented Aug 19, 2025

Motivation and Context

How Has This Been Tested?

Breaking Changes

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

Additional context

@Copilot Copilot AI review requested due to automatic review settings August 19, 2025 15:40
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds a GitHub Actions workflow for continuous integration with Deno. The workflow is designed to automatically run linting and testing for Deno projects on pushes and pull requests to the main branch.

Key Changes

  • Creates a new CI workflow that runs on Ubuntu with Deno v1.x
  • Implements automated linting with deno lint and testing with deno test -A
  • Includes security best practices by pinning action versions to specific commit hashes

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@richardkmichael
Copy link
Collaborator

@B-Scott33 Hello! Could you explain more about the intent here? Every type of change has been indicated, which is confusing. Is Deno compatibility being tested in a fork and a PR was accidentally opened?

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