Skip to content

Partitioning container #60

Partitioning container

Partitioning container #60

Workflow file for this run

name: "Iguana dracut module CI"
on: [push, pull_request]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
severity: warning
scandir: './dracut-iguana'