diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-07-14 00:24:38 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-07-14 00:24:38 +0200 |
commit | 0f09409c189f682cc9f3620ed46670c787302dad (patch) | |
tree | d74fa6879252a224b5946a8c697180a93659700e | |
parent | 3cef369db331d956889a1382d41746e6d9a5e3e0 (diff) | |
download | skyhanni-0f09409c189f682cc9f3620ed46670c787302dad.tar.gz skyhanni-0f09409c189f682cc9f3620ed46670c787302dad.tar.bz2 skyhanni-0f09409c189f682cc9f3620ed46670c787302dad.zip |
no more check style (for now, until the current bug is gone)
-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 |