mirror of
https://github.com/skidoodle/iphistory.git
synced 2026-04-28 07:47:35 +02:00
fixed some stuff
This commit is contained in:
@@ -16,6 +16,10 @@ jobs:
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: "1.25.4"
|
||||
cache: true
|
||||
|
||||
- name: Generate
|
||||
run: go generate ./...
|
||||
|
||||
- name: Build
|
||||
run: go build -v ./...
|
||||
run: go build -v .
|
||||
|
||||
Reference in New Issue
Block a user