aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/check-style.yaml
blob: 3d7347a80f185f6448626e8e7985f4ccda030d35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#name: check-style
#on:
#    - pull_request
#jobs:
#    ktlint:
#        name: Check Style
#        runs-on: ubuntu-latest
#
#        steps:
#            - uses: actions/checkout@v3
#              name: Checkout code
#            - name: ktlint
#              uses: ScaCap/action-ktlint@master
#              with:
#                  github_token: ${{ secrets.github_token }}
#                  reporter: github-pr-check