basic travis test: lint + sigma convert
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
language: python
|
||||
python:
|
||||
- 3.6
|
||||
cache: pip
|
||||
install:
|
||||
- pip install pyyaml
|
||||
- pip install yamllint
|
||||
script:
|
||||
- yamllint .
|
||||
- for f in rules/windows/builtin/*; do python sigmac.py -v $f; done
|
||||
Reference in New Issue
Block a user