Skip to content

Commit

Permalink
Add more memory
Browse files Browse the repository at this point in the history
  • Loading branch information
etabak committed Mar 6, 2023
1 parent 5ca8c2b commit a845151
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,17 @@ jobs:
lint:
name: Lint
runs-on: ubuntu-20.04
strategy:
matrix:
MEMORY_LIMIT: ["8G"]
steps:
- name: Checkout the source
uses: actions/checkout@v2

- name: Run the linter
uses: golangci/golangci-lint-action@v2
env:
MEMORY_LIMIT: ${{ matrix.MEMORY_LIMIT }}
with:
version: v1.48.0
skip-pkg-cache: true
Expand Down

0 comments on commit a845151

Please sign in to comment.