mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-08-25 00:15:06 +03:00
Temporary disabled the linter on GitHub
This commit is contained in:
parent
006a564bf5
commit
8a608b372b
1 changed files with 5 additions and 5 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
@ -18,11 +18,11 @@ jobs:
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.19
|
go-version: 1.19
|
||||||
- uses: actions/checkout@v3
|
# - uses: actions/checkout@v3
|
||||||
- name: golangci-lint
|
# - name: golangci-lint
|
||||||
uses: golangci/golangci-lint-action@v3
|
# uses: golangci/golangci-lint-action@v3
|
||||||
with:
|
# with:
|
||||||
args: --issues-exit-code=1
|
# args: --issues-exit-code=1
|
||||||
|
|
||||||
codeql:
|
codeql:
|
||||||
name: Analyse
|
name: Analyse
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue