-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump CrispyWaffle and Newtonsoft.Json (#193)
* Bump CrispyWaffle and Newtonsoft.Json Bumps [CrispyWaffle](https://github.com/guibranco/CrispyWaffle) and [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json). These dependencies needed to be updated together. Updates `CrispyWaffle` from 9.1.136 to 9.1.165 - [Release notes](https://github.com/guibranco/CrispyWaffle/releases) - [Changelog](https://github.com/guibranco/CrispyWaffle/blob/main/docs/changelog.md) - [Commits](guibranco/CrispyWaffle@v9.1.136...v9.1.165) Updates `Newtonsoft.Json` from 13.0.3 to 13.0.3 - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@13.0.3...13.0.3) --- updated-dependencies: - dependency-name: CrispyWaffle dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Newtonsoft.Json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update deep-source.yml * Update and rename csharp-linter.yml to linter.yml * Update build-merge-tool.yml * Update BancosBrasileiros.MergeTool.csproj * Update BancosBrasileiros.MergeTool.Tests.csproj --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Guilherme Branco Stracini <guilherme@guilhermebranco.com.br>
- Loading branch information
1 parent
3327c41
commit 01d6d40
Showing
5 changed files
with
10 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 4 additions & 9 deletions
13
.github/workflows/csharp-linter.yml → .github/workflows/linter.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,24 @@ | ||
name: CSharp Linting | ||
name: Linter check | ||
|
||
on: | ||
push: | ||
workflow_dispatch: | ||
|
||
env: | ||
DOTNET_VERSION: '8.0.x' | ||
pull_request: | ||
|
||
jobs: | ||
linter-check: | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
||
- name: Checkout repo | ||
uses: actions/checkout@v4 | ||
|
||
- name: Setup .NET | ||
uses: actions/setup-dotnet@v4 | ||
with: | ||
dotnet-version: ${{ env.DOTNET_VERSION }} | ||
|
||
- name: Dotnet restore | ||
run: dotnet tool restore | ||
|
||
- name: Csharpier format check | ||
- name: CSharpier format check | ||
run: | | ||
dotnet csharpier . --check | ||
echo "run 'dotnet build' to fix the formatting of the code automatically" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Tests/BancosBrasileiros.MergeTool.Tests/BancosBrasileiros.MergeTool.Tests.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters