CI
Run the same binary and config locally and on your CI host so artists and automation see one verdict. The CLI exits
non-zero when check finds violations, which is enough for most pipelines to fail the job.
Recommended pattern
- Commit
pixelartlint.tomlat the asset root. - Install or restore
pixel-art-lintto a known path each job. - Run
pixel-art-lint checkfrom the repo root (or pass a subfolder asROOT). - Fail the job on non-zero exit code.
Example job step
# adjust install step for your environment
pixel-art-lint check ./assetsCaching
Cache the compiled binary or downloaded artifact between runs. Config and assets come from the checkout; no network calls
are required during check itself.