File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,19 @@ name: Copilot Environment Setup
2
2
3
3
# This workflow sets up the development environment for GitHub Copilot coding agent
4
4
# It ensures all necessary tools and dependencies are available for automated coding tasks
5
+ #
6
+ # The workflow:
7
+ # - Sets up Rust toolchain as specified in rust-toolchain.toml
8
+ # - Installs and caches Cargo dependencies
9
+ # - Installs additional development tools (cargo-audit, cargo-outdated)
10
+ # - Verifies Azure SDK specific system dependencies (OpenSSL, build tools)
11
+ # - Runs comprehensive workspace verification (check, clippy, fmt)
12
+ # - Tests basic functionality to ensure the environment is ready
13
+ #
14
+ # Triggers:
15
+ # - Manual execution via workflow_dispatch
16
+ # - Weekly scheduled runs to keep environment fresh
17
+ # - Automatic runs when key configuration files change
5
18
6
19
on :
7
20
workflow_dispatch : # Allow manual triggering
You can’t perform that action at this time.
0 commit comments