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
No known key found for this signature in database
GPG key ID: 1F7071EE8449729C

View file

@ -167,7 +167,7 @@ jobs:
with:
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
########################