Skip to content

Revert "Revert "[Agent Configurations] Allow fetching multiple agent … #699

Revert "Revert "[Agent Configurations] Allow fetching multiple agent …

Revert "Revert "[Agent Configurations] Allow fetching multiple agent … #699

name: Lint & Build (viz)
on:
push:
paths:
- types/**
- viz/**
- .github/workflows/build-and-lint-viz.yml
jobs:
check-eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20.13.0
cache: "npm"
cache-dependency-path: ./viz/package-lock.json
- working-directory: types
run: npm install && npm run build
- working-directory: viz
run: npm install && npm run build && npm run lint