Skip to content

Implement an interface for Extensions and LangMaps #57

Implement an interface for Extensions and LangMaps

Implement an interface for Extensions and LangMaps #57

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
- run: make ci