Skip to content

Split lvm_snapshots role into separate roles #4

Split lvm_snapshots role into separate roles

Split lvm_snapshots role into separate roles #4

Workflow file for this run

name: ShellCheck
on:
- push
- pull_request
- workflow_call
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master