Skip to content

Latest commit

Β 

History

History
28 lines (19 loc) Β· 848 Bytes

README.md

File metadata and controls

28 lines (19 loc) Β· 848 Bytes

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(".");