Skip to content

Updated eslint configuration, footer changes, unit tests, edit dialog #6

Updated eslint configuration, footer changes, unit tests, edit dialog

Updated eslint configuration, footer changes, unit tests, edit dialog #6

Workflow file for this run

name: Check PR
on:
pull_request:
branches:
- master
jobs:
lint:
name: 'Run lint'
uses: ./.github/workflows/run-lint.yml
tests:
name: 'Run tests'
uses: ./.github/workflows/run-tests.yml
build:
name: 'Run tsc'
uses: ./.github/workflows/run-tsc.yml