Add setup steps for coding agent

This commit is contained in:
Danny Mösch
2025-08-01 16:22:16 +02:00
parent 00f2d21652
commit deb3678e6f
+21
View File
@@ -0,0 +1,21 @@
name: "Copilot Setup Steps"
on:
workflow_dispatch:
push:
paths:
- .github/workflows/copilot-setup-steps.yml
pull_request:
paths:
- .github/workflows/copilot-setup-steps.yml
jobs:
# The job MUST be called `copilot-setup-steps` or it will not be picked up by Copilot.
copilot-setup-steps:
runs-on: ubuntu-24.04
container: swift:6.1-noble
permissions:
contents: none
steps:
- name: "Check Swift version"
run: swift --version