aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrady <thatgravyboat@gmail.com>2024-07-21 07:52:42 -0230
committerGitHub <noreply@github.com>2024-07-21 12:22:42 +0200
commitb43cb5ba98a4687c1dad16004946a341c56de013 (patch)
treeb225ef7bf11188707a0b21ae7c95127a9f0e2319
parentbe231f16d5cb5f0fcc1faeab99d0b294d61b716f (diff)
downloadskyhanni-b43cb5ba98a4687c1dad16004946a341c56de013.tar.gz
skyhanni-b43cb5ba98a4687c1dad16004946a341c56de013.tar.bz2
skyhanni-b43cb5ba98a4687c1dad16004946a341c56de013.zip
Fix: Disabled style checking throwing an error (#2246)
-rw-r--r--.github/workflows/check-style.yaml16
-rw-r--r--.github/workflows/check-style.yaml.disabled16
2 files changed, 16 insertions, 16 deletions
diff --git a/.github/workflows/check-style.yaml b/.github/workflows/check-style.yaml
deleted file mode 100644
index 3d7347a80..000000000
--- a/.github/workflows/check-style.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-#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
diff --git a/.github/workflows/check-style.yaml.disabled b/.github/workflows/check-style.yaml.disabled
new file mode 100644
index 000000000..ff172208f
--- /dev/null
+++ b/.github/workflows/check-style.yaml.disabled
@@ -0,0 +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