Skip to content

F OpenNebula/one#6280: Add the VRouter service #64

F OpenNebula/one#6280: Add the VRouter service

F OpenNebula/one#6280: Add the VRouter service #64

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'