Skip to content

Move types to API wrapper code #40

Move types to API wrapper code

Move types to API wrapper code #40

Workflow file for this run

name: Build
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- run: ./gradlew ktlintCheck build