eb7cb9189b5234343cef2fa2c63df7bd6992ad24
Bumps [github/super-linter](https://github.com/github/super-linter) from 4.8.0 to 4.8.4. - [Release notes](https://github.com/github/super-linter/releases) - [Changelog](https://github.com/github/super-linter/blob/main/docs/release-process.md) - [Commits](https://github.com/github/super-linter/compare/v4.8.0...v4.8.4) --- updated-dependencies: - dependency-name: github/super-linter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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