Skip to content

fixed tooltips, added modal #144

fixed tooltips, added modal

fixed tooltips, added modal #144

Workflow file for this run

name: Build
on:
push:
branches-ignore:
- main
- staging
pull_request:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'
- run: npm ci
- run: npm run build
env:
BASE_URL: '/ePlant'