mirror of
https://github.com/HorlogeSkynet/archey4
synced 2025-04-12 12:00:19 +02:00
[CI] Installs project before lint (to provision required modules)
This commit is contained in:
parent
3b5aea1ee7
commit
63d1baa351
5
.github/workflows/integration.yml
vendored
5
.github/workflows/integration.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
- name: Install module regularly
|
||||
run: pip install .
|
||||
|
||||
- name: Simple module execution
|
||||
- name: Simple module executions
|
||||
run: |
|
||||
time archey
|
||||
time python -m archey
|
||||
@ -90,10 +90,11 @@ jobs:
|
||||
|
||||
- uses: actions/setup-python@v2
|
||||
|
||||
- name: Install lint tools
|
||||
- name: Install lint tools and project (for its dependencies)
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install pylint pylint-secure-coding-standard mypy
|
||||
pip install .
|
||||
|
||||
- name: Lint sources against Pylint
|
||||
run: pylint archey/
|
||||
|
Loading…
x
Reference in New Issue
Block a user