From 6e63fb2cdc81cb8f2860642f2c40a20b08d1b833 Mon Sep 17 00:00:00 2001 From: John Maguire Date: Wed, 8 Jul 2020 18:08:07 +0100 Subject: [PATCH] Use forked lint action --- .github/workflows/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index c5bef2409..99596ecef 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: clang-format - uses: DoozyX/clang-format-lint-action@v0.6 + uses: clementine-player/clang-format-lint-action@master with: style: "'{BasedOnStyle: Google, DerivePointerBinding: false, Standard: Cpp11}'" source: ./src