Commit 5c48d83
[copilot] setup
Context: https://docs.github.com/en/copilot/customizing-copilot/customizing-the-development-environment-for-copilot-coding-agent
Setup `.github/workflows/copilot-setup-steps.yml`, which is a Github action
that runs (only on Ubuntu) prior to Copilot doing its work.
This makes Copilot more useful, as it has a locally cloned and built source tree
with all dependencies installed. Copilot will be able to run various commands
to achieve tasks as assigned.
Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>.github/workflows/copilot-setup-steps.yml (#1344)1 parent 48d7b94 commit 5c48d83
1 file changed
+30
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
0 commit comments