mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-11 01:29:19 +01:00
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:
parent
3e1e666065
commit
8b78c1b9e2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
||||
########################
|
||||
|
|
Loading…
Add table
Reference in a new issue