Skip to content

fix: use correct json to any map function #70

fix: use correct json to any map function

fix: use correct json to any map function #70

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Java 17
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '11'
cache: gradle
- name: Lint
run: ./gradlew ktlintCheck