We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8164909 commit a968ed8Copy full SHA for a968ed8
README.md
@@ -97,3 +97,15 @@ An eligible package should meet the following criteria:
97
## Contributing
98
99
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