Skip to content

Updated code so that the specified partition type will actually be ap… #56

Updated code so that the specified partition type will actually be ap…

Updated code so that the specified partition type will actually be ap… #56

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'