Skip to content

Commit 4973837

Browse files
committed
chore(ci): lint commit messages
1 parent 5eb5ebc commit 4973837

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
- name: Checkout repository
4646
uses: actions/checkout@v4
4747

48+
- name: Lint commit messages
49+
uses: wagoid/commitlint-github-action@v6
50+
4851
- name: Run tests and generate Cobertura coverage reports
4952
run: dotnet test --results-directory "coverage" --collect:"XPlat Code Coverage" --settings .runsettings
5053

0 commit comments

Comments
 (0)