From 49738371f8897a13bb6db26d3ba6c8162cf911a9 Mon Sep 17 00:00:00 2001 From: Nano Taboada <87288+nanotaboada@users.noreply.github.com> Date: Thu, 17 Apr 2025 14:30:10 -0300 Subject: [PATCH] chore(ci): lint commit messages --- .github/workflows/dotnet.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index f0e4233..20d967e 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -45,6 +45,9 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + - name: Lint commit messages + uses: wagoid/commitlint-github-action@v6 + - name: Run tests and generate Cobertura coverage reports run: dotnet test --results-directory "coverage" --collect:"XPlat Code Coverage" --settings .runsettings