Closed rickycodes closed 7 months ago
It looks like CI checks aren't being run here because the repository's workflow only runs on push
, not on pull_request
events. We should be able to update that workflow to run on pull_request
as well.
@Gudahtt Added here: https://github.com/MetaMask/action-npm-publish/pull/62
Closed in favor of #63 because the shellcheck step doesn't support forks (it silently fails when the GITHUB_TOKEN passed in only has read access to checks)
closes #57