[DX-2591] decuple ocr2 solana test from environment and from chainlink repo #6158
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: | |
| pull_request: | |
| jobs: | |
| lint_workflows: | |
| name: Validate Github Action Workflows | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check out Code | |
| uses: actions/checkout@v4 | |
| - name: Run actionlint | |
| uses: reviewdog/action-actionlint@51bfb044ddaed55059d16f14daedbe05a9937dc1 # v1.45.0 |