Skip to content

Commit 7b8107a

Browse files
committed
feat: add commit guards
1 parent 2a236bb commit 7b8107a

File tree

6 files changed

+1634
-78
lines changed

6 files changed

+1634
-78
lines changed

.husky/commit-msg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
npx --no -- commitlint --edit $1

.husky/pre-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
npx lint-staged

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
[![Release](https://github.com/OMICRONEnergyOSS/oscd-api/actions/workflows/release-please.yml/badge.svg)](https://github.com/OMICRONEnergyOSS/oscd-api/actions/workflows/release-please.yml)
1+
[![Tests](https://github.com/OMICRONEnergyOSS/oscd-api/actions/workflows/test.yml/badge.svg)](https://github.com/OMICRONEnergyOSS/oscd-api/actions/workflows/test.yml)
2+
3+
![NPM Version](https://img.shields.io/npm/v/:@omicronenergy/oscd-api)
24

35
# OpenSCD API
46

File renamed without changes.

0 commit comments

Comments
 (0)