We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e946b commit 2ec5d79Copy full SHA for 2ec5d79
.github/workflows/check.yml
@@ -8,9 +8,6 @@ jobs:
8
steps:
9
- uses: actions/checkout@master
10
11
- - name: Check the commit message(s)
12
- uses: mristin/[email protected]
13
-
14
- name: Install schema-validation
15
working-directory: schemas
16
run: powershell .\InstallSchemaValidation.ps1
CONTRIBUTING.md
@@ -20,7 +20,7 @@ https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/cr
20
automatically through Github actions to verify that the submitted changes are
21
valid.
22
23
-## Commit Messages
+## Recommendation for Commit Messages
24
25
The commit messages follow the guidelines from
26
from https://chris.beams.io/posts/git-commit:
0 commit comments