mirror of
https://github.com/soypat/lneto.git
synced 2026-08-10 18:03:43 +00:00
include tinygo into CI (#67)
* try to include tinygo into CI * fix tinygo issues
This commit is contained in:
@@ -23,7 +23,9 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: go build -v ./...
|
||||
|
||||
|
||||
- name: TinyGo vet
|
||||
run: go vet -tags=tinygo ./...
|
||||
# - name: govulncheck # Getting false positives all the time.
|
||||
# uses: golang/govulncheck-action@v1
|
||||
# with:
|
||||
|
||||
Reference in New Issue
Block a user