Skip to content

[fix] always show the custom lookup #19

[fix] always show the custom lookup

[fix] always show the custom lookup #19

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'temurin'
- name: Build with Maven
run: mvn clean test