Skip to content

fix: restart service if no gateway is found (#13) #307

fix: restart service if no gateway is found (#13)

fix: restart service if no gateway is found (#13) #307

Workflow file for this run

on:
push:
branches:
- "**"
paths:
- "**.sh"
- "sonar"
- "libs/**"
pull_request:
branches:
- "master"
paths:
- "**.sh"
- "sonar"
- "libs/**"
name: "Check Script"
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- name: Fetch Repository
uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -ax -s bash
with:
ignore_paths: custompios
format: tty