From: Alexander Popov Date: Mon, 30 May 2022 16:28:30 +0000 (+0300) Subject: github actions: Improve the descriptions X-Git-Tag: v0.6.1~154 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=d782bdd48e0a3dd500496d64904e2981755a7ebb;p=kconfig-hardened-check.git github actions: Improve the descriptions --- diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 85628e7..a2825cf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: echo ">>>>> first start <<<<<" kconfig-hardened-check - - name: Check all configs + - name: Check all configs with the installed tool run: | echo ">>>>> check all configs <<<<<" CONFIG_DIR=`find /opt/hostedtoolcache/Python/ -name config_files` @@ -47,7 +47,7 @@ jobs: done echo -e "\n>>>>> checking $COUNT configs is done <<<<<" - - name: Get source code + - name: Get source code for collecting coverage uses: actions/checkout@v2 - name: Collect coverage