mirror of
https://github.com/lowobservable/oec.git
synced 2026-02-27 01:00:13 +00:00
Lint
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -15,6 +15,9 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install pylint
|
||||
pip install -r requirements.txt --no-deps
|
||||
- name: Run linter
|
||||
run: pylint -E oec
|
||||
- name: Run unit tests
|
||||
run: ./run_unit_tests.sh
|
||||
|
||||
Reference in New Issue
Block a user