Skip to content

Update test-copilot workflow: change options to enable screen reader … #188

Update test-copilot workflow: change options to enable screen reader …

Update test-copilot workflow: change options to enable screen reader … #188

Workflow file for this run

on:
push:
workflow_dispatch:
jobs:
copilot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: austenstone/copilot-cli@main
with:
copilot-token: ${{ secrets.PAT }}
options: '--screen-reader'
prompt: |
Who are you?
What is your plan?
What tools do you have? Will you use them?
Can you test out some github mcp tools?