-
Notifications
You must be signed in to change notification settings - Fork 0
Add GitHub Actions workflow for Copilot setup with Deno #5
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
Add GitHub Actions workflow for Copilot setup with Deno #5
Conversation
|
Co-authored-by: ejsmith <[email protected]>
@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 <[email protected]>
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 <[email protected]>
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.