Skip to main content

Built and signed on GitHub Actions

A ready to use CI/CD Pipeline for linting YAML files

This package works with Node.js, Deno, Bun
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
64%
Published
a year ago (0.1.2)

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(".");
Built and signed on
GitHub Actions
View transparency log

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@fx/yamllint

Import symbol

import * as yamllint from "@fx/yamllint";
or

Import directly with a jsr specifier

import * as yamllint from "jsr:@fx/yamllint";

Add Package

pnpm i jsr:@fx/yamllint
or (using pnpm 10.8 or older)
pnpm dlx jsr add @fx/yamllint

Import symbol

import * as yamllint from "@fx/yamllint";

Add Package

yarn add jsr:@fx/yamllint
or (using Yarn 4.8 or older)
yarn dlx jsr add @fx/yamllint

Import symbol

import * as yamllint from "@fx/yamllint";

Add Package

npx jsr add @fx/yamllint

Import symbol

import * as yamllint from "@fx/yamllint";

Add Package

bunx jsr add @fx/yamllint

Import symbol

import * as yamllint from "@fx/yamllint";