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.
Simply add the github-super-linter/lint
job to your new or existing config.
version: 2.1
orbs:
github-super-linter: circleci/[email protected]
workflows:
lint-code:
jobs:
- github-super-linter/lint
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.
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.