github actions: Improve the descriptions
[kconfig-hardened-check.git] / .github / workflows / main.yml
index 85628e73574433e2c7276ac65329973c70b0a732..a2825cf9fb4b1fe0315b7eb3e62d2d382fb21d41 100644 (file)
@@ -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