chore: add copilot-setup-steps (#36013)

This commit is contained in:
Simon Knott 2025-05-20 11:57:23 +02:00 committed by GitHub
parent cee8fb28a6
commit a88aa92d9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,17 @@
name: "Copilot Setup Steps"
on: workflow_dispatch
jobs:
copilot-setup-steps:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "22"
- run: npm ci
- run: npm run build
- run: npx playwright install --with-deps