Skip to content

Commit a83c0cf

Browse files
authored
remove old unused scripts (github#22650)
1 parent 981d797 commit a83c0cf

4 files changed

Lines changed: 0 additions & 67 deletions

File tree

.github/workflows/remove-unused-assets.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
- name: Run scripts
3434
run: |
3535
script/remove-unused-assets.js > results.md
36-
script/remove-extraneous-translation-files.js
3736
- name: Get script results to use in PR body
3837
id: results
3938
uses: juliangruber/read-file-action@e0a316da496006ffd19142f0fd594a1783f3b512

script/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -367,13 +367,6 @@ An automated test checks for discrepancies between filenames and [autogenerated
367367
---
368368

369369

370-
### [`remove-extraneous-translation-files.js`](remove-extraneous-translation-files.js)
371-
372-
An [automated test](/tests/extraneous-translation-files.js) checks for files in the `translations/` directory that do not have an equivalent English file in the `content/` directory, and fails if it finds extraneous files. When the test fails, a human needs to run this script to remove the files.
373-
374-
---
375-
376-
377370
### [`remove-stale-staging-apps.js`](remove-stale-staging-apps.js)
378371

379372
This script removes all stale Heroku staging apps that outlasted the closure of their corresponding pull requests, or correspond to spammy pull requests.

script/helpers/find-extraneous-translation-files.js

Lines changed: 0 additions & 34 deletions
This file was deleted.

script/remove-extraneous-translation-files.js

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)