test
This commit is contained in:
@@ -4,20 +4,11 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
GoLint:
|
||||
runs-on: linux-latest
|
||||
runs-on: go-latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: "1.26"
|
||||
cache: true
|
||||
cache-dependency-path: |
|
||||
go.sum
|
||||
go.mod
|
||||
|
||||
- name: Run golangci-lint
|
||||
uses: golangci/golangci-lint-action@v9
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user