Skip to content

Fix copilot-setup-steps.yml #4

Fix copilot-setup-steps.yml

Fix copilot-setup-steps.yml #4

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-latest
permissions:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Build the repository
run: |
chmod +x build.sh eng/common/build.sh eng/common/tools.sh
./build.sh