Skip to content

Commit d883507

Browse files
committed
fix: remove lint from CI
Signed-off-by: Matthew H. Irby <matt.irby@keyfactor.com>
1 parent 51f9f10 commit d883507

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Build and Test
22
on:
33
pull_request:
4-
types: [opened, synchronize, reopened]
54
push:
65
branches:
76
- 'main'
@@ -10,7 +9,7 @@ jobs:
109
build:
1110
name: Build and Lint
1211
runs-on: ubuntu-latest
13-
timeout-minutes: 5
12+
timeout-minutes: 8
1413
steps:
1514
# Checkout code
1615
# https://github.com/actions/checkout
@@ -31,15 +30,9 @@ jobs:
3130
# Build Go binary
3231
- run: go build -v cmd/main.go
3332

34-
# Run Go linters
35-
# https://github.com/golangci/golangci-lint-action
36-
- name: Run linters
37-
uses: golangci/golangci-lint-action@v7
38-
with:
39-
version: v2.4.0
40-
4133
- name: Regenerate CRDs
4234
run: make generate manifests
35+
4336
- name: Check for CRD drift
4437
run: |
4538
git diff --compact-summary --exit-code || \

0 commit comments

Comments
 (0)