Skip to content

Psg 4895 use repo templates #178

Psg 4895 use repo templates

Psg 4895 use repo templates #178

Workflow file for this run

name: ktlint
on: [pull_request]
jobs:
ktlint:
name: Check Code Quality with ktlint
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: ktlint
uses: ScaCap/action-ktlint@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}