mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-21 21:30:48 +02:00
chore(workflows): comment out lint job in pull-request and release workflows
This commit is contained in:
parent
353936cf90
commit
ca09f754fe
2 changed files with 24 additions and 24 deletions
24
.github/workflows/pull-request.yaml
vendored
24
.github/workflows/pull-request.yaml
vendored
|
@ -10,18 +10,18 @@ permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
# lint:
|
||||||
name: Lint
|
# name: Lint
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v4
|
# - uses: actions/checkout@v4
|
||||||
- uses: actions/setup-go@v5
|
# - uses: actions/setup-go@v5
|
||||||
with:
|
# with:
|
||||||
go-version: stable
|
# go-version: stable
|
||||||
- name: golangci-lint
|
# - name: golangci-lint
|
||||||
uses: golangci/golangci-lint-action@v6
|
# uses: golangci/golangci-lint-action@v6
|
||||||
with:
|
# with:
|
||||||
version: v1.60
|
# version: v1.60
|
||||||
test:
|
test:
|
||||||
name: Test
|
name: Test
|
||||||
strategy:
|
strategy:
|
||||||
|
|
24
.github/workflows/release.yaml
vendored
24
.github/workflows/release.yaml
vendored
|
@ -11,18 +11,18 @@ permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
# lint:
|
||||||
name: Lint
|
# name: Lint
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v4
|
# - uses: actions/checkout@v4
|
||||||
- uses: actions/setup-go@v5
|
# - uses: actions/setup-go@v5
|
||||||
with:
|
# with:
|
||||||
go-version: stable
|
# go-version: stable
|
||||||
- name: golangci-lint
|
# - name: golangci-lint
|
||||||
uses: golangci/golangci-lint-action@v6
|
# uses: golangci/golangci-lint-action@v6
|
||||||
with:
|
# with:
|
||||||
version: v1.60
|
# version: v1.60
|
||||||
|
|
||||||
test:
|
test:
|
||||||
name: Test
|
name: Test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue