Skip to content

Merge pull request #428 from bento-platform/fix/explorer/render-loop #1940

Merge pull request #428 from bento-platform/fix/explorer/render-loop

Merge pull request #428 from bento-platform/fix/explorer/render-loop #1940

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Build
run: npm run build
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Run linter
run: npm run lint