Fix for op cert if glv is started before node is ready in core mode. … #4773
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
name: SH Linter | |
# Controls when the action will run. Triggers the workflow on push or pull request | |
# events but only for the master branch | |
on: | |
push: | |
branches: [ master,alpha ] | |
pull_request: | |
branches: [ master,alpha ] | |
jobs: | |
shlint: | |
runs-on: ubuntu-latest | |
steps: | |
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it | |
- uses: actions/checkout@v1 | |
- name: SH Lint Check | |
uses: azohra/shell-linter@latest | |
with: | |
path: "scripts/cnode-helper-scripts,scripts/grest-helper-scripts" | |
severity: "error" |