| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e54a684 commit 9ca4b2a
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -38,7 +38,7 @@ | |||
| 38 | 38 | /lib/internal/net.js @nodejs/net | |
| 39 | 39 | /lib/internal/socket_list.js @nodejs/net | |
| 40 | 40 | /lib/internal/js_stream_socket.js @nodejs/net | |
| 41 | - /src/cares_wrap.h @nodejs/net | ||
| 41 | + /src/cares_wrap.cc @nodejs/net | ||
| 42 | 42 | /src/connect_wrap.* @nodejs/net | |
| 43 | 43 | /src/connection_wrap.* @nodejs/net | |
| 44 | 44 | /src/node_sockaddr* @nodejs/net | |
@@ -58,7 +58,6 @@ | |||
| 58 | 58 | ||
| 59 | 59 | /deps/llhttp/* @nodejs/http @nodejs/net | |
| 60 | 60 | /doc/api/http.md @nodejs/http @nodejs/net | |
| 61 | - /doc/api/http2.md @nodejs/http @nodejs/net | ||
| 62 | 61 | /lib/_http_* @nodejs/http @nodejs/net | |
| 63 | 62 | /lib/http.js @nodejs/http @nodejs/net | |
| 64 | 63 | /lib/https.js @nodejs/crypto @nodejs/net @nodejs/http | |
@@ -68,7 +67,7 @@ | |||
| 68 | 67 | # http2 | |
| 69 | 68 | ||
| 70 | 69 | /deps/nghttp2/* @nodejs/http2 @nodejs/net | |
| 71 | - /doc/api/http2.md @nodejs/http2 @nodejs/net | ||
| 70 | + /doc/api/http2.md @nodejs/http2 @nodejs/http @nodejs/net | ||
| 72 | 71 | /lib/http2.js @nodejs/http2 @nodejs/net | |
| 73 | 72 | /lib/internal/http2/* @nodejs/http2 @nodejs/net | |
| 74 | 73 | /src/node_http2* @nodejs/http2 @nodejs/net | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -77,3 +77,11 @@ jobs: | |||
| 77 | 77 | run: | | |
| 78 | 78 | make lint-py-build || true | |
| 79 | 79 | NODE=$(which node) make lint-py | |
| 80 | + | ||
| 81 | + lint-codeowners: | ||
| 82 | + runs-on: ubuntu-latest | ||
| 83 | + steps: | ||
| 84 | + - uses: actions/checkout@v2 | ||
| 85 | + - uses: mszostok/codeowners-validator@v0.4.0 | ||
| 86 | + with: | ||
| 87 | + checks: "files,duppatterns" | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments