| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent cf16123 commit ab4cfef
7 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,7 +22,6 @@ on: | |||
| 22 | 22 | - cjs-module-lexer | |
| 23 | 23 | - corepack | |
| 24 | 24 | - doc | |
| 25 | - - github_reporter | ||
| 26 | 25 | - googletest | |
| 27 | 26 | - gyp-next | |
| 28 | 27 | - histogram | |
@@ -135,14 +134,6 @@ jobs: | |||
| 135 | 134 | npm install --ignore-scripts $NEW_VERSION | |
| 136 | 135 | npm install --ignore-scripts | |
| 137 | 136 | fi | |
| 138 | - - id: github_reporter | ||
| 139 | - subsystem: tools | ||
| 140 | - label: tools | ||
| 141 | - run: | | ||
| 142 | - ./tools/dep_updaters/update-github-reporter.sh > temp-output | ||
| 143 | - cat temp-output | ||
| 144 | - tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true | ||
| 145 | - rm temp-output | ||
| 146 | 137 | - id: googletest | |
| 147 | 138 | subsystem: deps | |
| 148 | 139 | label: dependencies, test | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -49,7 +49,6 @@ export default [ | |||
| 49 | 49 | 'test/.tmp.*/**', | |
| 50 | 50 | 'test/addons/??_*', | |
| 51 | 51 | 'test/fixtures/**', | |
| 52 | - 'tools/github_reporter/**', | ||
| 53 | 52 | ], | |
| 54 | 53 | }, | |
| 55 | 54 | // #endregion | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,8 +4,7 @@ exclude = [ | |||
| 4 | 4 | "tools/cpplint.py", | |
| 5 | 5 | "tools/gyp", | |
| 6 | 6 | "tools/inspector_protocol", | |
| 7 | - "tools/eslint/node_modules", | ||
| 8 | - "tools/github_reporter" | ||
| 7 | + "tools/eslint/node_modules" | ||
| 9 | 8 | ] | |
| 10 | 9 | line-length = 172 | |
| 11 | 10 | target-version = "py38" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments