Skip to content

Commit

Permalink
Remove lint CI
Browse files Browse the repository at this point in the history
- It doesn't show file/line numbers making it useless/very awkward to use.
- It randomly fails sometimes.
  • Loading branch information
kegsay committed Apr 4, 2022
1 parent 19a3bff commit 4eea371
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,8 @@ on:
pull_request:

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt-get -qq install libolm-dev
- uses: golangci/golangci-lint-action@v2
with:
version: v1.33
args: ./internal/... ./tests/...

complement:
needs: lint
runs-on: ubuntu-latest
strategy:
fail-fast: false # ensure if synapse fails we keep running dendrite and vice-versa
Expand Down

0 comments on commit 4eea371

Please sign in to comment.