From 857a03d85854d8a597164a6623bbd290eb4431e8 Mon Sep 17 00:00:00 2001 From: semke Date: Thu, 12 Oct 2023 17:03:53 +0500 Subject: [PATCH] Revert ignore .yarn folder --- .gitattributes | 2 +- .github/workflows/actions.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 74709d49..729d251a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ # Set default behavior to automatically normalize line endings -* text=auto eol=lf +* text=auto # The above will handle all files NOT found below *.cs text diff=csharp diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index c5a0978e..eb7087e2 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -47,7 +47,7 @@ jobs: run: yarn --cwd db-viewer-ui build - name: Check C# code style - run: dotnet jb cleanupcode DbViewer.sln --profile=CatalogueCleanup --exclude=./DbViewer.TestApi/Migrations/*.cs --verbosity=WARN && git diff --exit-code + run: dotnet jb cleanupcode DbViewer.sln --profile=CatalogueCleanup --exclude=./DbViewer.TestApi/Migrations/*.cs --verbosity=WARN && git diff --exit-code -- ':!.yarn' - name: Check front code run: yarn --cwd db-viewer-ui lint