Skip to content

build(deps): bump EddieHubCommunity/gh-actions-html-table-generator from f61e7a93e2d5718f0eef5a447d07a8a12dc2cddd to 894ae88cb56c2f8aa6d69d60cc303d04c92e4337 #125

build(deps): bump EddieHubCommunity/gh-actions-html-table-generator from f61e7a93e2d5718f0eef5a447d07a8a12dc2cddd to 894ae88cb56c2f8aa6d69d60cc303d04c92e4337

build(deps): bump EddieHubCommunity/gh-actions-html-table-generator from f61e7a93e2d5718f0eef5a447d07a8a12dc2cddd to 894ae88cb56c2f8aa6d69d60cc303d04c92e4337 #125

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"