Skip to content

Commit

Permalink
Revert ignore .yarn folder
Browse files Browse the repository at this point in the history
  • Loading branch information
semkedaniil committed Oct 12, 2023
1 parent 892060d commit 857a03d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 857a03d

Please sign in to comment.