Skip to content

gha: fix builds and add lint #4

gha: fix builds and add lint

gha: fix builds and add lint #4

Workflow file for this run

name: ktlint
on:
pull_request:
jobs:
ktlint:
runs-on: ubuntu-latest
steps:
- name: "checkout"
uses: actions/checkout@v4
- name: "ktlint"
uses: "vroy/gha-kotlin-linter@v1"