Skip to content

Fix: missing allocated translation key #1177

Fix: missing allocated translation key

Fix: missing allocated translation key #1177

Workflow file for this run

name: check-plugins-build
on:
pull_request:
branches:
- master
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'
- name: Validate Plugin build system
run: ./shell/scripts/test-plugins-build.sh
shell: bash