Skip to content

[release-2.8] Set NODE_TO_LABEL_AS_GW to empty default (#765) #1972

[release-2.8] Set NODE_TO_LABEL_AS_GW to empty default (#765)

[release-2.8] Set NODE_TO_LABEL_AS_GW to empty default (#765) #1972

Workflow file for this run

name: 'Test code with Shellcheck'
on:
push:
branches: [ main, devel, 'release*' ]
pull_request:
branches: [ main, devel, 'release*' ]
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@1.1.0
env:
SHELLCHECK_OPTS: -e SC1091