dependabot[bot] 861438dfd1 Bump actions/checkout from 2.3.4 to 2.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.4.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-01 16:03:32 +00:00
2021-09-30 12:25:03 -04:00
2021-09-30 16:48:51 +00:00

Super Linter Reusable Worklow Example

The GitHub Super-Linter project is a great way to lint all your file types with a single GitHub Actions Workflow. A great way to implement it is in all repos using a Workflow step that points to this Reusable Workflow.

Video Walkthrough of this repo

Features of this Super-Linter example

  • All the features of Super-Linter in a Workflow
  • Bonus: Added Job steps to correctly determine which branch to diff files with
  • Bonus: Lints only changed files on a PR, but lints all files on merge to main (or any release) branch

How to reuse this example as a template and Reusable Workflow

How to run Super-Linter locally

How to run Super-Linter in GitLab, Drone, Jenkins, etc

Description
No description provided
Readme Unlicense 159 KiB