diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/check-style.yaml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/.github/workflows/check-style.yaml b/.github/workflows/check-style.yaml index ff172208f..3d7347a80 100644 --- a/.github/workflows/check-style.yaml +++ b/.github/workflows/check-style.yaml @@ -1,16 +1,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 +#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 |