ls-lint
is an extremely fast directory and filename linter. It brings some structure to your project filesystem.
This repository is the GitHub action that brings ls-lint
to your project easily.
ls-lint config file path(s)
default: .ls-lint.yml
More information about the content of this file can be found on https://ls-lint.org/
change working directory before executing the given sub-command
default: .
write lint errors to stdout instead of stderr (exit 0)
default: false
write debug information to stdout
default: false
- uses: actions/checkout@v4
- uses: ls-lint/[email protected]