Use forked lint action

This commit is contained in:
John Maguire 2020-07-08 18:08:07 +01:00
parent 08e09280a9
commit 6e63fb2cdc
1 changed files with 1 additions and 1 deletions

View File

@ -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