From 3496cf3fa19276cd2ae89a92d11944660c717bda Mon Sep 17 00:00:00 2001 From: Krishna Vedala <7001608+kvedala@users.noreply.github.com> Date: Fri, 29 May 2020 21:25:19 -0400 Subject: [PATCH] fix yml indentation --- .github/workflows/clang-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 092564fc4..57961b614 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -127,7 +127,7 @@ jobs: name: CPPLINT needs: code_format runs-on: ubuntu-latest - steps: + steps: - uses: actions/checkout@v1 - uses: actions/setup-python@v1 - run: pip install cpplint