REPOSITORY / ScuroNeko/Laniakea
Compare commits
Compare commits
1 Commit
v2.0.0-rc.1
...
dev
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf323f92ff
|
@@ -9,14 +9,10 @@ jobs:
|
|||||||
- name: Checkout repository code
|
- name: Checkout repository code
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Set up Go
|
|
||||||
uses: actions/setup-go@v6.5.0
|
|
||||||
with:
|
|
||||||
go-version: '1.26.6'
|
|
||||||
cache-dependency-path: go.sum
|
|
||||||
|
|
||||||
- name: Print toolchain version
|
- name: Print toolchain version
|
||||||
run: go version
|
run: |
|
||||||
|
go version
|
||||||
|
golangci-lint version
|
||||||
|
|
||||||
- name: Verify formatting
|
- name: Verify formatting
|
||||||
run: |
|
run: |
|
||||||
@@ -34,6 +30,4 @@ jobs:
|
|||||||
run: go vet ./...
|
run: go vet ./...
|
||||||
|
|
||||||
- name: Run golangci-lint
|
- name: Run golangci-lint
|
||||||
uses: golangci/golangci-lint-action@v9.0.0
|
run: golangci-lint run .
|
||||||
with:
|
|
||||||
version: v2.12.2
|
|
||||||
|
|||||||
Reference in New Issue
Block a user