mirror of
https://github.com/hacdias/webdav.git
synced 2026-09-24 20:21:54 +08:00
ci: updated build and lint workflows (#152)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
name: Build
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- v*
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.22.x"
|
||||
- run: go build .
|
||||
Reference in New Issue
Block a user