Skip to content

RHIDP-2943: Allow users to configure MUI/Backstage all/more theme options #110

RHIDP-2943: Allow users to configure MUI/Backstage all/more theme options

RHIDP-2943: Allow users to configure MUI/Backstage all/more theme options #110

name: build-lint-lint
on: [push, pull_request]
jobs:
build-and-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18.x'
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Lint
run: npm run lint
- name: Test
run: npm test