Skip to content

Commit 0fb8c09

Browse files
authored
Merge pull request #28 from TechnologyEnhancedLearning/feat-commit-lint-config-test
Feat commit lint config test its configured
2 parents 113a8e5 + 1bb40c8 commit 0fb8c09

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
with:
6666
fetch-depth: 0
6767
- uses: wagoid/commitlint-github-action@v5
68+
with:
69+
configFile: .commitlintrc.json
6870
continue-on-error: false #we dont want to package etc if bad commits also pre-commit prefered
6971

7072
gitguardian-scan:

Package.BlazorComponentLibrary/Components/SimpleCounter.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h3>Simple Counter</h3>
22
Feat123
33
<button class="btn btn-primary" @onclick="IncrementCount">
4-
A Build aa(@currentCount)
4+
A Build aaa(@currentCount)
55
</button>
66

77
@code {

0 commit comments

Comments
 (0)