mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 06:22:57 +08:00
chore: cleanup CI
This commit is contained in:
parent
d13f6284b1
commit
79f68454b8
1 changed files with 2 additions and 0 deletions
2
.github/workflows/theHarvester.yml
vendored
2
.github/workflows/theHarvester.yml
vendored
|
@ -8,6 +8,7 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- '*'
|
- '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Python:
|
Python:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
@ -146,6 +147,7 @@ jobs:
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: |
|
run: |
|
||||||
pytest
|
pytest
|
||||||
|
|
||||||
- name: Static type checking with mypy
|
- name: Static type checking with mypy
|
||||||
run: |
|
run: |
|
||||||
mypy --pretty theHarvester/*/*.py
|
mypy --pretty theHarvester/*/*.py
|
Loading…
Reference in a new issue