This module can be used to perform lint check on Shell Script files using shellcheck
dagger -m github.com/tsirysndr/daggerverse/shellcheck call lint --src <source>
dagger -m github.com/tsirysndr/daggerverse/shellcheck call lint --src .
import { lint } from 'jsr:@fx/shellcheck';
await lint(".");