Skip to content

Update survey titles and labels for clarity: reflect focus on Copilot impact and time savings #215

Update survey titles and labels for clarity: reflect focus on Copilot impact and time savings

Update survey titles and labels for clarity: reflect focus on Copilot impact and time savings #215

Workflow file for this run

name: Frontend
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm ci
working-directory: ./frontend
- run: npm run build
working-directory: ./frontend