File tree 1 file changed +6
-12
lines changed
1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -223,19 +223,13 @@ GitHub Action:
223
223
[requests]: https://requests.readthedocs.io/en/latest/
224
224
225
225
226
- ## Local GitHub Action testing
226
+ ## Development
227
227
228
- The GitHub Actions can be tested locally using:
229
- - [nektos/act](https://github.com/nektos/act): _Run your GitHub Actions locally
230
- 🚀_
231
-
232
- On ARM laptops (ex. M1 MacBook Pros), there may not be docker images available.
233
- You may have to specify the linux/amd64 architecture. For example:
234
- ` ` ` shell
235
- act --secret ADMIN_GITHUB_TOKEN --container-architecture linux/amd64 --rm \
236
- --job manage_issues_and_pull_requests
237
- ```
238
- (this assumes that the ` ADMIN_GITHUB_TOKEN ` environment variable has been set)
228
+ Local development and testing is facilitated by helper scripts:
229
+ - ` ./dev/tools.sh`: Checks and updates Python formatting
230
+ - `.dev/test.sh` : Uses act and Docker to test workflows
231
+ - [nektos/act](https://github.com/nektos/act) : _Run your GitHub Actions
232
+ locally 🚀_
239
233
240
234
241
235
# # License
You can’t perform that action at this time.
0 commit comments