Skip to content

Commit

Permalink
temporarily disable linting for go/securememory
Browse files Browse the repository at this point in the history
  • Loading branch information
aka-bo committed Jun 5, 2024
1 parent a1cc0a6 commit 2128036
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -480,10 +480,10 @@ jobs:
sudo prlimit --pid $$ --core=-1
sudo prlimit --pid $$ --memlock=-1:-1
./scripts/benchmark_test.sh
- name: Static analysis
run: |
cd go/securememory
./scripts/lint.sh
# - name: Static analysis
# run: |
# cd go/securememory
# ./scripts/lint.sh

release-go-secure-memory:
if: startsWith( github.ref, 'refs/heads/release-' ) && github.repository == 'godaddy/asherah'
Expand Down

0 comments on commit 2128036

Please sign in to comment.