Skip to content

Add zfs-info script to generate ZFS metadata output #55

Add zfs-info script to generate ZFS metadata output

Add zfs-info script to generate ZFS metadata output #55

Workflow file for this run

name: Lint Bash Scripts
on:
push:
branches:
- main
- 'feature/*'
pull_request:
branches:
- main
jobs:
lint:
name: Lint Bash Scripts
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Lint with ShellCheck
uses: ludeeus/[email protected]