Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## π Description Add a .yamllint file to disable the line-length rule, and add the yaml [document start](https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.document_start) to actions.yaml. Any developer that uses editors with syntax checking (specifically with yamllint) happier. ## π Related issue <!-- If your PR refers to a related issue, link it here. --> ## ποΈ Type of change <!-- Mark with an `x` all the checkboxes that apply (like `[x]`) --> - [ ] π Examples / docs / tutorials - [ ] π Bug fix (non-breaking change which fixes an issue) - [x] π₯ Improvement (non-breaking change which improves an existing feature) - [ ] π New feature (non-breaking change which adds functionality) - [ ] π₯ Breaking change (fix or feature that would cause existing functionality to change) - [ ] π¨ Security fix - [ ] β¬οΈ Dependencies update ## β Checklist <!-- Mark with an `x` all the checkboxes that apply (like `[x]`) --> - [x] I've read the [`Code of Conduct`](https://github.com/raven-actions/actionlint/blob/main/.github/CODE_OF_CONDUCT.md)> document. - [x] I've read the [`Contributing`](https://github.com/raven-actions/actionlint/blob/main/.github/CONTRIBUTING.md) guide. Signed-off-by: Bryan Hundven <[email protected]>
- Loading branch information