Skip to content

Merge pull request #231 from bento-platform/feat/search-count-help-text #909

Merge pull request #231 from bento-platform/feat/search-count-help-text

Merge pull request #231 from bento-platform/feat/search-count-help-text #909

Workflow file for this run

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