Files
actions/csharp-lint-check
renovate[bot] 39b44959d2 chore(deps): update github/codeql-action action (v3.29.9 → v3.29.11) (#221)
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-08-24 23:07:54 +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: ""