From 71b0a6f42b64a62866fff862bdfb6ee3c6ef5a43 Mon Sep 17 00:00:00 2001 From: Isaac Turner Date: Sun, 10 Dec 2023 15:27:39 +0800 Subject: [PATCH] another fix --- .github/workflows/lint-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-format.yml b/.github/workflows/lint-format.yml index 5f96dd4e..3fcdec7a 100644 --- a/.github/workflows/lint-format.yml +++ b/.github/workflows/lint-format.yml @@ -29,6 +29,6 @@ jobs: - name: Install wpiformat run: pip3 install wpiformat - name: Run - run: wpiformat -clang 14 + run: wpiformat - name: Check output run: git --no-pager diff --exit-code HEAD