Skip to content

Commit b432c16

Browse files
committed
remove golangci for now
1 parent 10c0205 commit b432c16

File tree

2 files changed

+1
-55
lines changed

2 files changed

+1
-55
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,6 @@ env:
1717
IMAGE_NAME: ${{ github.repository }}
1818

1919
jobs:
20-
lint:
21-
runs-on: ubuntu-latest
22-
steps:
23-
- name: Checkout repository
24-
uses: actions/checkout@v4
25-
26-
- name: Set up Go
27-
uses: actions/setup-go@v5
28-
with:
29-
go-version: '1.24'
30-
31-
- name: Run golangci-lint
32-
uses: golangci/golangci-lint-action@v6
33-
with:
34-
version: latest
35-
3620
test:
3721
runs-on: ubuntu-latest
3822
steps:
@@ -61,7 +45,7 @@ jobs:
6145

6246
build-and-push:
6347
runs-on: ubuntu-latest
64-
needs: [lint, test]
48+
needs: [test]
6549
permissions:
6650
contents: read
6751
packages: write

.golangci.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)