workflows: change step name of sample conf check

We now also check the default values themselves and not just the
existence of the command line flags in the file.
This commit is contained in:
feelancer21
2023-07-23 08:10:23 +02:00
parent 3e1e666065
commit 8b78c1b9e2

View File

@@ -167,7 +167,7 @@ jobs:
with: with:
go-version: '${{ env.GO_VERSION }}' go-version: '${{ env.GO_VERSION }}'
- name: check all command line flags exist in sample-lnd.conf file - name: check default values in sample-lnd.conf file
run: make sample-conf-check run: make sample-conf-check
######################## ########################