From a1db455e4619587733e003a295f5c502c405879f Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 30 Sep 2022 20:42:37 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0125256..f2f9985 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,12 +46,12 @@ jobs: repository: Karaka-Management/Build path: Build - name: Copy config file - run: | - cp ./Build/Config/.clang-format ./.clang-format + run: | + cp ./Build/Config/.clang-format ./.clang-format - name: Lint Code Base uses: github/super-linter/slim@v4 env: VALIDATE_ALL_CODEBASE: false VALIDATE_CLANG_FORMAT : true DEFAULT_BRANCH: develop - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}