heussd / babellint

Lints files using multiple third-party linters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

babellint

Lints files using multiple third-party linters:

babellint working through all files of a git repository

Usage

Command line

alias babellint='docker run --rm --interactive --tty -v $(pwd):$(pwd) -w $(pwd) ghcr.io/heussd/babellint:main'

Linting specific files

babellint docker-compose.yml
babellint README.md

Linting all files of a git repository

cd $gitroot
babellint

GitHub Actions

- name: Babellint
  uses: heussd/babellint@main

Babellint is also using the babellint GitHub Action to ... babellint.

About

Lints files using multiple third-party linters


Languages

Language:Shell 61.7%Language:Dockerfile 23.4%Language:Makefile 14.4%Language:Python 0.5%