Skip to content

PSG-3742: integration tests in GHA #22

PSG-3742: integration tests in GHA

PSG-3742: integration tests in GHA #22

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 }}