Skip to content

feat: poc of kotlin-based processors #33

feat: poc of kotlin-based processors

feat: poc of kotlin-based processors #33

Workflow file for this run

name: Test Suite
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'adopt'
- name: Build with Gradle
run: ./gradlew build
- name: Run tests
run: ./gradlew test