Skip to content

capture the custom_locale from the API and use it when downloading translations #17

capture the custom_locale from the API and use it when downloading translations

capture the custom_locale from the API and use it when downloading translations #17

Workflow file for this run

name: Build and test
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
- name: Build plugin
uses: gradle/[email protected]
with:
arguments: build