Skip to content

feat: add en messages prop, mb will need #12

feat: add en messages prop, mb will need

feat: add en messages prop, mb will need #12

Workflow file for this run

name: Build node module
on:
workflow_dispatch:
push:
branches: [ master ]
paths: [ .github/workflows/node.yaml, node/** ]
pull_request:
branches: [ master ]
paths: [ .github/workflows/node.yaml, node/** ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Run build
run: gradle clean build -p ./node