aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-05-27 13:27:29 +0200
committerGitHub <noreply@github.com>2023-05-27 13:27:29 +0200
commit2d289589b79edd04fc3e338bc90adb7b644eeed2 (patch)
treed6bd15eb50da6664a52a5e52029cc513b17a6202
parent8e6971695383047ee5ba2921c91d98acb18c6d7a (diff)
downloadrneovim-2d289589b79edd04fc3e338bc90adb7b644eeed2.tar.gz
rneovim-2d289589b79edd04fc3e338bc90adb7b644eeed2.tar.bz2
rneovim-2d289589b79edd04fc3e338bc90adb7b644eeed2.zip
ci: remove reviewdog for uncrustify
Now that uncrustify is bundled it is no longer necessary.
-rw-r--r--.github/workflows/test.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index e2027adc32..b71718aad2 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -78,18 +78,6 @@ jobs:
name: uncrustify
run: cmake --build build --target lintc-uncrustify
- - if: success() || failure() && steps.abort_job.outputs.status == 'success'
- name: suggester / uncrustify
- uses: reviewdog/action-suggester@v1
- with:
- github_token: ${{ secrets.GITHUB_TOKEN }}
- tool_name: uncrustify
- cleanup: false
-
- - if: success() || failure() && steps.abort_job.outputs.status == 'success'
- name: check uncrustify
- run: git diff --color --exit-code
-
posix:
name: ${{ matrix.runner }} ${{ matrix.flavor }} (cc=${{ matrix.cc }})
strategy: