diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index ee5e915..a28fa7e 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -65,6 +65,8 @@ jobs: with: fetch-depth: 0 - uses: wagoid/commitlint-github-action@v5 + with: + configFile: .commitlintrc.json continue-on-error: false #we dont want to package etc if bad commits also pre-commit prefered gitguardian-scan: diff --git a/Package.BlazorComponentLibrary/Components/SimpleCounter.razor b/Package.BlazorComponentLibrary/Components/SimpleCounter.razor index b7d14ae..29e29ad 100644 --- a/Package.BlazorComponentLibrary/Components/SimpleCounter.razor +++ b/Package.BlazorComponentLibrary/Components/SimpleCounter.razor @@ -1,7 +1,7 @@ 

Simple Counter

Feat123 @code {