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 19cf042 commit 14e9c99Copy full SHA for 14e9c99
2 files changed
.commitlintrc.json
.github/workflows/ci.yml
@@ -6,20 +6,6 @@ on:
6
7
8
jobs:
9
- validate-commits:
10
- name: Validate Commits
11
- runs-on: ubuntu-latest
12
-
13
- steps:
14
- - name: Checkout code
15
- uses: actions/checkout@v4
16
- with:
17
- fetch-depth: 0
18
19
- - name: Validate conventional commits
20
- uses: wagoid/commitlint-github-action@v6
21
22
- configFile: '.commitlintrc.json'
23
24
test:
25
name: Test
0 commit comments