Skip to content

F #-: Update OneKE 1.27 and add OneKE 1.27a (airgapped) #77

F #-: Update OneKE 1.27 and add OneKE 1.27a (airgapped)

F #-: Update OneKE 1.27 and add OneKE 1.27a (airgapped) #77

Workflow file for this run

name: 'ShellCheck'
on: [push, pull_request]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
scandir: './src'