Skip to content

Commit

Permalink
remove old unused scripts (github#22650)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachmari authored Nov 8, 2021
1 parent 981d797 commit a83c0cf
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 67 deletions.
1 change: 0 additions & 1 deletion .github/workflows/remove-unused-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
- name: Run scripts
run: |
script/remove-unused-assets.js > results.md
script/remove-extraneous-translation-files.js
- name: Get script results to use in PR body
id: results
uses: juliangruber/read-file-action@e0a316da496006ffd19142f0fd594a1783f3b512
Expand Down
7 changes: 0 additions & 7 deletions script/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,13 +367,6 @@ An automated test checks for discrepancies between filenames and [autogenerated
---


### [`remove-extraneous-translation-files.js`](remove-extraneous-translation-files.js)

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.

---


### [`remove-stale-staging-apps.js`](remove-stale-staging-apps.js)

This script removes all stale Heroku staging apps that outlasted the closure of their corresponding pull requests, or correspond to spammy pull requests.
Expand Down
34 changes: 0 additions & 34 deletions script/helpers/find-extraneous-translation-files.js

This file was deleted.

25 changes: 0 additions & 25 deletions script/remove-extraneous-translation-files.js

This file was deleted.

0 comments on commit a83c0cf

Please sign in to comment.