We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd0677 commit 334a31aCopy full SHA for 334a31a
.github/workflows/standalone-linting.yaml
@@ -40,16 +40,27 @@ jobs:
40
# but accept any of the standard types
41
types: |
42
Fix
43
+ fix
44
Feat
45
+ feat
46
Chore
47
+ chore
48
Docs
49
+ docs
50
Style
51
+ style
52
Refactor
53
+ refactor
54
Perf
55
+ perf
56
Test
57
+ test
58
Revert
59
+ revert
60
CI
61
+ ci
62
Build
63
+ build
64
validateSingleCommit: true
65
validateSingleCommitMatchesPrTitle: true
66
0 commit comments