Skip to content

quickstart: preflight-check podman and jq before execution #765

quickstart: preflight-check podman and jq before execution

quickstart: preflight-check podman and jq before execution #765

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