Skip to content

Commit

Permalink
ci: add new repos to dependents list
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Feb 12, 2025
1 parent 737bad5 commit e515579
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 65 deletions.
5 changes: 4 additions & 1 deletion dependents-data/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
To find missing modules in workflow-external.json, run from top:
The files in this folder are not used directly but just used to help inform what modules that might be missing in `../workflow-external.json`.

To update + get a diff, run:

```sh
npm run dependents
jd -set -color <(jq 'map(.) | flatten | sort' workflow-external.json) <(cat dependents-data/filtered.json)
```
Loading

0 comments on commit e515579

Please sign in to comment.