feat!: use gossipsub for consensus broadcasts #234
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# Checks if the comments are signed or not | |
name: PR - Signed commits check | |
'on': | |
pull_request_target | |
permissions: {} | |
jobs: | |
check-signed-commits: | |
name: Check signed commits in PR | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
pull-requests: write | |
steps: | |
- name: Check signed commits in PR | |
uses: 1Password/check-signed-commits-action@v1 |