Skip to content

B #-: Check vm_info is included in flow metadata #56

B #-: Check vm_info is included in flow metadata

B #-: Check vm_info is included in flow metadata #56

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'