From 6d0cf58f998d6e2888cac2c628fcddba4a60d9f2 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Fri, 18 Oct 2024 00:29:11 +1100 Subject: add format-check make target --- .github/workflows/continuous-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/continuous-workflow.yml b/.github/workflows/continuous-workflow.yml index f8bfa86..ba204ef 100644 --- a/.github/workflows/continuous-workflow.yml +++ b/.github/workflows/continuous-workflow.yml @@ -15,6 +15,6 @@ jobs: run: | ls ${{ github.workspace }} - name: Check formatting - run: find src/ -iname *.h -o -iname *.c | xargs clang-format --style=file --dry-run --Werror + run: make format-check - name: Compile C code run: make -- cgit v1.2.3-70-g09d2