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