Skip to content

fix(iscsi): do not exit in handle_netroot() if discovery failed #31

fix(iscsi): do not exit in handle_netroot() if discovery failed

fix(iscsi): do not exit in handle_netroot() if discovery failed #31

name: Differential ShellCheck
on:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- name: Repository checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Differential ShellCheck
uses: redhat-plumbers-in-action/differential-shellcheck@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}