Skip to content

Latest commit

 

History

History

yamllint

Module: Yaml Lint

dagger-min-version deno compatibility

Daggerized version of yamllint.

🚀 Usage

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

🧑‍🔬 Example

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

🧑‍💻 Programmatic usage

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

await lint(".");