Skip to content

Commit a968ed8

Browse files
committed
Document how to test all packages
1 parent 8164909 commit a968ed8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,15 @@ An eligible package should meet the following criteria:
9797
## Contributing
9898
9999
We welcome issues or pull requests. Please read the [contributing guidelines](CONTRIBUTING.md) for details.
100+
101+
## Maintenance
102+
103+
This section is for maintainers.
104+
105+
### How to test all packages
106+
107+
Run this command on your terminal. [`gh`](https://cli.github.com/) is required.
108+
109+
```shell
110+
for file in .github/workflows/test-package-*.yml; do gh workflow run "${file}"; done
111+
```

0 commit comments

Comments
 (0)