Files
actions/csharp-lint-check
renovate[bot] 5362920418 fix(github-action): update github/codeql-action (v3.28.15 → v3.28.16) (#119)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-25 18:51:38 +00:00
..

ivuorinen/actions/csharp-lint-check

C# Lint Check

Description

Runs linters like StyleCop or dotnet-format for C# code style checks.

Inputs

name description required default
dotnet-version

Version of .NET SDK to use.

false ""

Runs

This action is a composite action.

Usage

- uses: ivuorinen/actions/csharp-lint-check@main
  with:
    dotnet-version:
    # Version of .NET SDK to use.
    #
    # Required: false
    # Default: ""