How to test plugin development with Git Hub Actions (integration tests)?
There are a couple GitHub Actions available in the Marketplace for checking response codes: https://github.com/marketplace/actions/check-url-status https://github.com/marketplace/actions/http-status There’s also this question on Stack Overflow if you want to do it custom: https://stackoverflow.com/questions/65728933/how-to-capture-a-curl-http-status-code-in-a-github-action-to-determine-success-f