Add GitHub workflows for linting

This commit is contained in:
Jake Howard
2019-12-08 12:07:57 +00:00
committed by Jake Howard
parent ce54cf1f4c
commit 1b96d96938
5 changed files with 49 additions and 5 deletions

View File

@ -2,5 +2,6 @@ extends: default
rules:
document-start: "disable"
truthy: "disable"
line-length:
max: 150