Skip to content

Update localication strings in prop grid, toolbox and test plugin fix… #100

Update localication strings in prop grid, toolbox and test plugin fix…

Update localication strings in prop grid, toolbox and test plugin fix… #100

Workflow file for this run

name: CI
on:
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint