Add GitHub Actions workflow for Copilot setup with Deno#5
Conversation
|
|
Co-authored-by: ejsmith <282584+ejsmith@users.noreply.github.com>
|
@copilot it should look like this one: https://github.com/FoundatioFx/Foundatio.Mediator/blob/main/.github/workflows/copilot-setup-steps.yml Don't add anything extra. Just use deno-setup instead of dotnet-setup. |
Co-authored-by: ejsmith <282584+ejsmith@users.noreply.github.com>
Updated the copilot-setup-steps.yml to match the exact structure from the Foundatio.Mediator reference, replacing dotnet-setup with deno-setup as requested. The file is now properly located in .github/workflows/ and follows the simple GitHub Actions workflow format. (c19fc93) |
|
@copilot fix the linting error |
Co-authored-by: ejsmith <282584+ejsmith@users.noreply.github.com>
Fixed the linting error by adding the missing newline at the end of the file. The workflow now passes yamllint validation. (b8e5f6e) 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:
If you need me to access, download, or install something from one of these locations, you can either:
|
The workflow is now properly formatted and passes YAML linting requirements.
💡 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.