Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 300 Bytes

File metadata and controls

6 lines (5 loc) · 300 Bytes

You can test GitHub Actions workflows locally using act and Docker:

act --container-architecture linux/amd64 -W '.github/workflows/prepare-release-pr.yml'
act --container-architecture linux/amd64 -W '.github/workflows/release.yml'