Skip to content

Merge pull request #308 from bento-platform/fix/show-empty-hist-bins #1567

Merge pull request #308 from bento-platform/fix/show-empty-hist-bins

Merge pull request #308 from bento-platform/fix/show-empty-hist-bins #1567

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Install modules
run: npm install
- name: Run eslint + prettier plugin
run: npm run lint