Update README to indicate support for non-master defaults

This commit is contained in:
Philip Mallegol-Hansen 2020-06-18 13:23:45 -07:00
parent 8cd1d3525c
commit 2ab14d961b

View file

@ -3,7 +3,7 @@ This repository is for the **GitHub Action** to run a **Super-Linter**.
It is a simple combination of various linters, written in `bash`, to help validate your source code.
The end goal of this tool:
- Prevent broken code from being uploaded to *master* branches
- Prevent broken code from being uploaded to the default branch (Usually `master`) branches
- Help establish coding best practices across multiple languages
- Build guidelines for code layout and format
- Automate the process to help streamline code reviews