Skip to content

Fixed summary screen tooltip problem (leidNedyA#538) #745

Fixed summary screen tooltip problem (leidNedyA#538)

Fixed summary screen tooltip problem (leidNedyA#538) #745

Workflow file for this run

name: CI
env:
ENABLE_VC_BUILD: 1
on:
push:
branches:
- main
pull_request:
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
- name: Cache node_modules
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: ${{ runner.os }}-node-
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm run check