Skip to content

Commit 625efcb

Browse files
committed
Add minimal Copilot Setup Steps
1 parent 5d70cd7 commit 625efcb

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Copilot Setup Steps
2+
on:
3+
workflow_dispatch:
4+
jobs:
5+
copilot-setup-steps:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v5
9+
- uses: astral-sh/setup-uv@v6
10+
- run: make install

0 commit comments

Comments
 (0)