Skip to content

Commit

Permalink
Disable linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Gal Topper committed Sep 19, 2023
1 parent 028ff69 commit d9e49c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ jobs:
with:
ref: refs/pull/${{ github.event.number }}/merge

- name: Lint
run: make lint
# Linter memory usage seems to be getting CI jobs killed
# - name: Lint
# run: make lint

- name: Run Go tests
run: make test-go
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ jobs:

- uses: actions/checkout@v2

- name: Lint
run: make lint
# Linter memory usage seems to be getting CI jobs killed
# - name: Lint
# run: make lint

- name: Run Go tests
run: make test-go
Expand Down

0 comments on commit d9e49c0

Please sign in to comment.