Skip to content

Merge pull request #75 from microsoft/copilot/fix-b0b8691c-bffb-4201-… #378

Merge pull request #75 from microsoft/copilot/fix-b0b8691c-bffb-4201-…

Merge pull request #75 from microsoft/copilot/fix-b0b8691c-bffb-4201-… #378

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
- name: Install dependencies
run: npm install
- name: Build
run: npm run build