/babellint

Lints files using multiple third-party linters

Primary LanguageShell

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.