mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-06 04:20:11 +00:00
Removed build step
There is nothing left to build, library is now just a library.
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -29,8 +29,6 @@ jobs:
|
||||
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
|
||||
dep ensure
|
||||
fi
|
||||
- name: Build
|
||||
run: go build libopenapi.go
|
||||
- name: Test
|
||||
run: go test ./...
|
||||
- name: Coverage
|
||||
|
||||
Reference in New Issue
Block a user