Skip to content

Fix isolated network boot race and subnet conflict (issue #94) #748

Fix isolated network boot race and subnet conflict (issue #94)

Fix isolated network boot race and subnet conflict (issue #94) #748

Workflow file for this run

name: linters
# Presubmit static checks and linting
on:
pull_request:
jobs:
shellcheck:
runs-on: ubuntu-24.04
steps:
- name: Check out MicroShift upstream repository
uses: actions/checkout@v4
- name: Run ShellCheck
run: |
make _shellcheck
hadolint:
runs-on: ubuntu-24.04
steps:
- name: Check out MicroShift upstream repository
uses: actions/checkout@v4
- name: Run Hadolint
run: |
make _hadolint