remove default hook
This commit is contained in:
@@ -21,12 +21,6 @@ jobs:
|
||||
uses: actions/setup-go@v7
|
||||
with:
|
||||
go-version-file: 'go.mod'
|
||||
|
||||
- name: Check and Run `make` Default Target
|
||||
run: |
|
||||
if command -v make &> /dev/null; then
|
||||
make
|
||||
fi
|
||||
|
||||
- name: Initialize Go
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user