Priv 204 expose API for dkg recipient key (#19864) #115502
This file contains hidden or 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
name: Lint GH Workflows | |
on: | |
push: | |
jobs: | |
lint_workflows: | |
name: Validate Github Action Workflows | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out Code | |
uses: actions/checkout@v4 | |
with: | |
persist-credentials: false | |
- name: Run actionlint | |
uses: reviewdog/action-actionlint@c6ee1eb0a5d47b2af53a203652b5dac0b6c4016e # v1.43.0 |