From 71074e1094422ef9bd60487f866c1928d593d6ff Mon Sep 17 00:00:00 2001 From: Jack Firth Date: Wed, 23 Jul 2025 19:58:56 -0700 Subject: [PATCH] Add copilot setup steps --- .github/workflows/copilot-setup-steps.yml | 26 +++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/copilot-setup-steps.yml diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml new file mode 100644 index 00000000..3546128a --- /dev/null +++ b/.github/workflows/copilot-setup-steps.yml @@ -0,0 +1,26 @@ +name: "Copilot Setup Steps" + +# Automatically run the setup steps when they are changed to allow for easy validation, and +# allow manual testing through the repository's "Actions" tab +on: + workflow_dispatch: + push: + paths: + - .github/workflows/copilot-setup-steps.yml + pull_request: + paths: + - .github/workflows/copilot-setup-steps.yml + +jobs: + copilot-setup-steps: + runs-on: ubuntu-latest + + permissions: + contents: read + + steps: + - uses: actions/checkout@master + - uses: Bogdanp/setup-racket@v1.14 + with: + version: stable + - run: raco pkg install --batch --auto --link --name resyntax