chore: add commit lint and rename yml
This commit is contained in:
parent
864a467886
commit
9fc5f427dc
@ -52,4 +52,9 @@ jobs:
|
|||||||
- uses: fgrosse/go-coverage-report@v1.0.2 # Consider using a Git revision for maximum security
|
- uses: fgrosse/go-coverage-report@v1.0.2 # Consider using a Git revision for maximum security
|
||||||
with:
|
with:
|
||||||
coverage-artifact-name: "code-coverage" # can be omitted if you used this default value
|
coverage-artifact-name: "code-coverage" # can be omitted if you used this default value
|
||||||
coverage-file-name: "coverage.txt" # can be omitted if you used this default value
|
coverage-file-name: "coverage.txt" # can be omitted if you used this default value
|
||||||
|
|
||||||
|
commit_lint:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: wagoid/commitlint-github-action@v6
|
Loading…
Reference in New Issue
Block a user