Skip to content

DWD: Fix entity type detection when using translated enity_id #490

DWD: Fix entity type detection when using translated enity_id

DWD: Fix entity type detection when using translated enity_id #490

Workflow file for this run

name: Build & Lint
on:
pull_request:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- name: Lint
run: npm run lint
- name: Build
run: npm run build