Jérôme Deuchnord
6 yıl önce
committed by
GitHub
ebeveyn
işleme
a6f1adbf15
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile
22 ekleme ve
0 silme
-
.github/workflows/pythonapp.yml
|
|
|
@@ -0,0 +1,22 @@ |
|
|
|
name: Python application |
|
|
|
|
|
|
|
on: [push] |
|
|
|
|
|
|
|
jobs: |
|
|
|
build: |
|
|
|
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v1 |
|
|
|
- name: Set up Python 3.7 |
|
|
|
uses: actions/setup-python@v1 |
|
|
|
with: |
|
|
|
python-version: 3.7 |
|
|
|
- name: Install dependencies |
|
|
|
run: | |
|
|
|
python -m pip install --upgrade pip pipenv pylint pylintfileheader |
|
|
|
pipenv sync -d |
|
|
|
- name: Lint with flake8 |
|
|
|
run: | |
|
|
|
pylint *.py |