Run rules linter in master and PRs

Add the rule linter to the CI GitHub action. A similar actions should be
added to `capa-rules` as well.
This commit is contained in:
Ana María Martínez Gómez
2020-07-17 13:49:38 +02:00
parent ab1dc3b804
commit e744652999

View File

@@ -23,3 +23,20 @@ jobs:
- name: Lint with black
run: black -l 120 --check .
rule_linter:
runs-on: ubuntu-latest
steps:
- name: Checkout capa with rules submodule
uses: actions/checkout@v2
with:
submodules: true
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
# We don't need vivisect, so we can install capa using Python3
- name: Install capa
run: pip install -e .
- name: Run rule linter
run: python scripts/lint.py rules/