Skip to content

bump version to 2.0.1 #4

bump version to 2.0.1

bump version to 2.0.1 #4

Workflow file for this run

name: ktlint-commit
on: [ push ]
jobs:
ktlint:
name: Check Code Quality
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 }}
reporter: github-check
filter_mode: nofilter
level: info
fail_on_error: true