/GitHub-Super-Linter-Orb

A CircleCI Orb implementation of GitHub's SuperLinter. Run multiple linters in your CI pipeline at once.

Primary LanguageShellMIT LicenseMIT

GitHub Super-Linter for CircleCI (Orb)

CircleCI Build Status CircleCI Orb Version GitHub License CircleCI Community

CircleCI Orbs allow users to package CI config into re-sharable components. This CircleCI Orb provides a lint job, powered by the GitHub Super-Linter Docker image.

Usage:

Simply add the github-super-linter/lint job to your new or existing config.

version: 2.1
orbs:
    github-super-linter: circleci/github-super-linter@1.0
workflows:
    lint-code:
        jobs:
        - github-super-linter/lint

Resources

CircleCI Orb Registry Page - The official registry page of this orb for all versions, executors, commands, and jobs described. CircleCI Orb Docs - Docs for using and creating CircleCI Orbs.

How to Contribute

We welcome issues to and pull requests against this repository!

For further questions/comments about this or other orbs, visit the Orb Category of CircleCI Discuss.