gh: disable linter
This commit is contained in:
committed by
GitHub
parent
c43e18b2d3
commit
42b1015966
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@@ -38,10 +38,10 @@ jobs:
|
|||||||
- name: Download Dependencies
|
- name: Download Dependencies
|
||||||
run: make get-deps
|
run: make get-deps
|
||||||
|
|
||||||
- name: Lint
|
# - name: Lint
|
||||||
uses: golangci/golangci-lint-action@v3
|
# uses: golangci/golangci-lint-action@v3
|
||||||
with:
|
# with:
|
||||||
version: v1.45.2
|
# version: v1.45.2
|
||||||
|
|
||||||
- name: Run Scylla Container
|
- name: Run Scylla Container
|
||||||
run: make run-scylla
|
run: make run-scylla
|
||||||
|
|||||||
Reference in New Issue
Block a user