Skip to content

[front] - feature: add user email to data source edit history #192

[front] - feature: add user email to data source edit history

[front] - feature: add user email to data source edit history #192

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