aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/check-style.yaml.disabled
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/check-style.yaml.disabled')
-rw-r--r--.github/workflows/check-style.yaml.disabled16
1 files changed, 0 insertions, 16 deletions
diff --git a/.github/workflows/check-style.yaml.disabled b/.github/workflows/check-style.yaml.disabled
deleted file mode 100644
index ff172208f..000000000
--- a/.github/workflows/check-style.yaml.disabled
+++ /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