This commit is contained in:
19
.gitea/workflows/golangci-lint.yml
Normal file
19
.gitea/workflows/golangci-lint.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
name: golangci-lint
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
golangci:
|
||||
name: lint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: "1.25"
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
version: latest
|
||||
args: --timeout=5m
|
Reference in New Issue
Block a user