Skip to content

Allow structured types in LPConverter #878

Allow structured types in LPConverter

Allow structured types in LPConverter #878

Workflow file for this run

name: Build and test SQRL with Maven
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Setup Timezone
uses: szenius/set-timezone@v1.1
with:
timezoneLinux: "America/Los_Angeles"
- name: checkout
uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
cache: maven
- name: Build SQRL
run: mvn -T 1 -B -U -e clean install