Skip to content

Commit 46df888

Browse files
workflows: add make sample-conf-check as lint-check
1 parent 61cf6e1 commit 46df888

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
with:
4646
go-version: '${{ env.GO_VERSION }}'
4747

48+
- name: Check default values in sample-btcwallet.conf file
49+
run: make sample-conf-check
50+
4851
- name: Check code format
4952
run: make fmt-check
5053

0 commit comments

Comments
 (0)