Skip to content

Commit 4eea371

Browse files
committed
Remove lint CI
- It doesn't show file/line numbers making it useless/very awkward to use. - It randomly fails sometimes.
1 parent 19a3bff commit 4eea371

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/ci.yaml

-10
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,8 @@ on:
66
pull_request:
77

88
jobs:
9-
lint:
10-
runs-on: ubuntu-latest
11-
steps:
12-
- uses: actions/checkout@v2
13-
- run: sudo apt-get -qq install libolm-dev
14-
- uses: golangci/golangci-lint-action@v2
15-
with:
16-
version: v1.33
17-
args: ./internal/... ./tests/...
189

1910
complement:
20-
needs: lint
2111
runs-on: ubuntu-latest
2212
strategy:
2313
fail-fast: false # ensure if synapse fails we keep running dendrite and vice-versa

0 commit comments

Comments
 (0)