File tree Expand file tree Collapse file tree 7 files changed +1284
-1
lines changed Expand file tree Collapse file tree 7 files changed +1284
-1
lines changed Original file line number Diff line number Diff line change 1+ name : Lint Commit Messages
2+ on : [pull_request, push]
3+
4+ jobs :
5+ commitlint :
6+ runs-on : ubuntu-latest
7+ steps :
8+ - uses : actions/checkout@v2
9+ with :
10+ fetch-depth : 0
11+ - uses : wagoid/commitlint-github-action@v4
Original file line number Diff line number Diff line change 11node_modules
2- * .vsix
2+ * .vsix
Original file line number Diff line number Diff line change 1+ # This configuration file was automatically generated by Gitpod.
2+ # Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
3+ # and commit this file to your remote git repository to share the goodness with others.
4+
5+ tasks :
6+ - init : yarn install
7+
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ . " $( dirname " $0 " ) /_/husky.sh"
3+
4+ yarn commitlint --edit $1
Original file line number Diff line number Diff line change 1+ module . exports = { extends : [ '@commitlint/config-conventional' ] }
Original file line number Diff line number Diff line change 3232 "path" : " ./snippets/next-javascript.code-snippets"
3333 }
3434 ]
35+ },
36+ "dependencies" : {
37+ "@commitlint/cli" : " ^16.1.0" ,
38+ "@commitlint/config-conventional" : " ^16.0.0"
39+ },
40+ "devDependencies" : {
41+ "husky" : " ^7.0.4"
3542 }
3643}
You can’t perform that action at this time.
0 commit comments