Skip to content

Commit df7a9d1

Browse files
committed
ci(pre-commit): remove helm-docs for now
Signed-off-by: Toni Tauro <toni.tauro@adfinis.com>
1 parent 8bc11d9 commit df7a9d1

2 files changed

Lines changed: 0 additions & 30 deletions

File tree

.github/workflows/lint-and-test.yaml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -46,29 +46,3 @@ jobs:
4646
- name: Test build
4747
id: docker_build
4848
uses: docker/build-push-action@v2
49-
50-
# - name: Set up Go
51-
# uses: actions/setup-go@v3
52-
# with:
53-
# go-version: 1.17.x
54-
# - name: Build App
55-
# run: go build -v ./...
56-
# - name: Test App
57-
# run: go test -v ./...
58-
59-
# goreleaser:
60-
# runs-on: ubuntu-latest
61-
# steps:
62-
# - name: Checkout
63-
# uses: actions/checkout@v3
64-
# - name: Set up Go
65-
# uses: actions/setup-go@v3
66-
# with:
67-
# go-version: 1.17.x
68-
# - name: Run GoReleaser
69-
# uses: goreleaser/goreleaser-action@v2.9.1
70-
# with:
71-
# version: latest
72-
# args: --snapshot --skip-publish --rm-dist
73-
# env:
74-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.pre-commit-config.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
repos:
2-
- repo: https://github.com/norwoodj/helm-docs
3-
rev: v1.10.0
4-
hooks:
5-
- id: helm-docs
62
- repo: https://github.com/TekWizely/pre-commit-golang
73
rev: v1.0.0-beta.5
84
hooks:

0 commit comments

Comments
 (0)