projects
/
kconfig-hardened-check.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a98f806
)
Rename some workflow steps
author
Alexander Popov
<alex.popov@linux.com>
Tue, 31 Mar 2020 11:34:38 +0000
(14:34 +0300)
committer
Alexander Popov
<alex.popov@linux.com>
Tue, 31 Mar 2020 11:34:38 +0000
(14:34 +0300)
.github/workflows/main.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/main.yml
b/.github/workflows/main.yml
index 44d3b4e99d6b84a8d718620488a09d55f0802e45..11bb72ca43425a32a566c5530c40cb7fe483ee58 100644
(file)
--- a/
.github/workflows/main.yml
+++ b/
.github/workflows/main.yml
@@
-25,7
+25,7
@@
jobs:
with:
python-version: ${{ matrix.python-version }}
- - name: Install
+ - name: Install
package
run: |
python -m pip install --upgrade pip
pip install coverage
@@
-46,7
+46,8
@@
jobs:
done
echo -e "\n>>>>> checking $COUNT configs is done <<<<<"
- - uses: actions/checkout@v2
+ - name: Get source code
+ uses: actions/checkout@v2
- name: Collect coverage
run: |