From 8b78c1b9e20be410225bc2e0da3c1feb9d655ea4 Mon Sep 17 00:00:00 2001 From: feelancer21 <2828397+feelancer21@users.noreply.github.com> Date: Sun, 23 Jul 2023 08:10:23 +0200 Subject: [PATCH] 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. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 844ebbc2c..32c535eb7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 ########################