Skip to content

Commit

Permalink
[GHA] Fix backend workflow format check (#3401)
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec authored Oct 11, 2024
1 parent 58b6cd5 commit ed1c7bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed1c7bc

Please sign in to comment.