Skip to content

Commit

Permalink
Dont check lint for Contrib in Core
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielRN committed Nov 5, 2020
1 parent ebb56ba commit 3eb2fc1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
strategy:
fail-fast: false
matrix:
tox-environment: [ "docker-tests", "lint" ]
tox-environment: [ "docker-tests"]
name: ${{ matrix.tox-environment }}
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 0 additions & 4 deletions eachdist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ sortfirst=
opentelemetry-instrumentation
opentelemetry-proto
tests/util
instrumentation/opentelemetry-instrumentation-wsgi
instrumentation/opentelemetry-instrumentation-dbapi
instrumentation/opentelemetry-instrumentation-asgi
instrumentation/opentelemetry-instrumentation-botocore
instrumentation/*
exporter/*
ext/*
Expand Down

0 comments on commit 3eb2fc1

Please sign in to comment.