Skip to content

Merge pull request #285 from bento-platform/feat/service-req-ux #1025

Merge pull request #285 from bento-platform/feat/service-req-ux

Merge pull request #285 from bento-platform/feat/service-req-ux #1025

Workflow file for this run

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