From 49e691f58fcfb3da40921430cc03d30e53b44b00 Mon Sep 17 00:00:00 2001 From: Lewis Russell Date: Sun, 14 Aug 2022 14:54:52 +0100 Subject: [PATCH] ci(line): lintcfull -> lintc lintcfull == lintc + uncrustify We are already running uncrustify separately so can just run lintc instead. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2b451f980..9d35e10046 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,8 +123,8 @@ jobs: run: ./ci/run_tests.sh build_nvim - if: "!cancelled()" - name: lintcfull - run: make lintcfull + name: lintc + run: make lintc - if: "!cancelled()" name: lintstylua