Skip to content

Commit

Permalink
tools: remove github reporter
Browse files Browse the repository at this point in the history
PR-URL: #56468
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Benjamin Gruenbaum <[email protected]>
Reviewed-By: Chemi Atlow <[email protected]>
Reviewed-By: Moshe Atlow <[email protected]>
  • Loading branch information
Ceres6 authored Jan 14, 2025
1 parent 7b60bcb commit afaa14b
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 20,318 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ on:
- cjs-module-lexer
- corepack
- doc
- github_reporter
- googletest
- gyp-next
- histogram
Expand Down Expand Up @@ -135,14 +134,6 @@ jobs:
npm install --ignore-scripts $NEW_VERSION
npm install --ignore-scripts
fi
- id: github_reporter
subsystem: tools
label: tools
run: |
./tools/dep_updaters/update-github-reporter.sh > temp-output
cat temp-output
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
rm temp-output
- id: googletest
subsystem: deps
label: dependencies, test
Expand Down
1 change: 0 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export default [
'test/.tmp.*/**',
'test/addons/??_*',
'test/fixtures/**',
'tools/github_reporter/**',
],
},
// #endregion
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ exclude = [
"tools/cpplint.py",
"tools/gyp",
"tools/inspector_protocol",
"tools/eslint/node_modules",
"tools/github_reporter"
"tools/eslint/node_modules"
]
line-length = 172
target-version = "py38"
Expand Down
44 changes: 0 additions & 44 deletions tools/dep_updaters/update-github-reporter.sh

This file was deleted.

Loading

0 comments on commit afaa14b

Please sign in to comment.