Skip to content

Latest commit

 

History

History

shellcheck

Module: Shellcheck

dagger-min-version deno compatibility ci

This module can be used to perform lint check on Shell Script files using shellcheck

🚀 Usage

dagger -m github.com/tsirysndr/daggerverse/shellcheck call lint --src <source>

🧑‍🔬 Example

dagger -m github.com/tsirysndr/daggerverse/shellcheck call lint --src .

🧑‍💻 Programmatic usage

import { lint } from 'jsr:@fx/shellcheck';

await lint(".");