Skip to content

[Snyk] Upgrade bancos-brasileiros from 6.0.39 to 6.0.44 #2385

[Snyk] Upgrade bancos-brasileiros from 6.0.39 to 6.0.44

[Snyk] Upgrade bancos-brasileiros from 6.0.39 to 6.0.44 #2385

Workflow file for this run

name: C# linting
on:
workflow_dispatch:
pull_request:
jobs:
csharp-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
- name: .NET restore
run: dotnet tool restore
- name: CSharpier format check
run: |
dotnet csharpier . --check
echo "run 'dotnet build' to fix the formatting of the code automatically"