remove init hook, use default make target
This commit is contained in:
@@ -22,10 +22,10 @@ jobs:
|
||||
with:
|
||||
go-version-file: 'go.mod'
|
||||
|
||||
- name: Check and Run `make workflow-init`
|
||||
- name: Check and Run `make` Default Target
|
||||
run: |
|
||||
if make -n workflow-init > /dev/null 2>&1; then
|
||||
make workflow-init
|
||||
if command -v make &> /dev/null; then
|
||||
make
|
||||
fi
|
||||
|
||||
- name: Initialize Go
|
||||
|
||||
Reference in New Issue
Block a user