Skip to content

Commit

Permalink
Try fix git diff
Browse files Browse the repository at this point in the history
  • Loading branch information
semkedaniil committed Oct 5, 2023
1 parent 21fac17 commit 70a10f1
Showing 1 changed file with 1 addition and 1 deletion.
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 ':!.yarn'
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 70a10f1

Please sign in to comment.