diff --git a/.github/copilot-setup-steps.yml b/.github/copilot-setup-steps.yml new file mode 100644 index 00000000..456b5cd8 --- /dev/null +++ b/.github/copilot-setup-steps.yml @@ -0,0 +1,8 @@ +name: "Copilot Setup Steps" +on: workflow_dispatch + +jobs: + copilot-setup-steps: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4