Skip to content

Merge pull request #343 from microsoft/global_assistants_handling #826

Merge pull request #343 from microsoft/global_assistants_handling

Merge pull request #343 from microsoft/global_assistants_handling #826

Workflow file for this run

name: Playground CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main", "feature/*"]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./src/playground
steps:
- uses: actions/checkout@v3
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
- run: npm ci
- run: npm run lint
- run: npm run build --if-present