Skip to content

Commit 3572b89

Browse files
author
aleph
committed
chore: ✨ add commitlint configuration file for validating commit messages
1 parent e3afef7 commit 3572b89

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.commitlintrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": ["@commitlint/config-conventional"]
3+
}

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy to Staging (AWS S3 + CloudFront)
22

33
on:
44
push:
5-
branches: [ develop, staging ]
5+
branches: [ staging ]
66

77
permissions:
88
contents: read

0 commit comments

Comments
 (0)