Skip to content

Enable build config for integration test env vars #18

Enable build config for integration test env vars

Enable build config for integration test env vars #18

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