Skip to content

Bump node version to 8.9.4 #5109

Bump node version to 8.9.4

Bump node version to 8.9.4 #5109

Workflow file for this run

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"