From ed1c7bc4fd915c699b61b18cf09484407888dbc4 Mon Sep 17 00:00:00 2001 From: "D. Ror." Date: Fri, 11 Oct 2024 12:10:55 -0400 Subject: [PATCH] [GHA] Fix backend workflow format check (#3401) --- .github/workflows/backend.yml | 3 +-- README.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index f0b387b4b4..189bf44b6f 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -62,8 +62,7 @@ jobs: - run: dotnet publish BackendFramework.sln # Fmt. - - run: dotnet tool install -g dotnet-format - - run: dotnet-format --check + - run: dotnet format --verify-no-changes upload_coverage: needs: test_build diff --git a/README.md b/README.md index 939240a294..a33c4f226b 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ A rapid word collection tool. See the [User Guide](https://sillsdev.github.io/Th 9. [dotnet-reportgenerator](https://github.com/danielpalme/ReportGenerator) `dotnet tool update --global dotnet-reportgenerator-globaltool --version 5.0.4` -10. [nuget-license](https://github.com/sensslen/nuget-license) `dotnet tool update --global nuget-project-license` +10. [nuget-license](https://github.com/sensslen/nuget-license) `dotnet tool update --global nuget-license` 11. Tools for generating the self installer (Linux only): - [makeself](https://makeself.io/) - a tool to make self-extracting archives in Unix