diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2020-12-17 21:03:01 +0100 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2020-12-17 21:03:01 +0100 |
| commit | 8b8ee2ed154bac7c577c9534cc0e363d5ed6f91a (patch) | |
| tree | 05dc5d6687cf21979f66e903a08afc780b694b60 | |
| parent | a58803585d723ba00d3b13954256c10115e0ed52 (diff) | |
| download | psutil-8b8ee2ed154bac7c577c9534cc0e363d5ed6f91a.tar.gz | |
skip-appveyor
Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
| -rw-r--r-- | .github/workflows/ci.yml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ea383a2..4f8b6d20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,17 +93,17 @@ jobs: # python3 psutil/tests/runner.py # python3 psutil/tests/test_memleaks.py -linters: - name: Linters - runs-on: ubuntu-latest - strategy: - matrix: - python-version: [2.7, 3.8] - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 - with: - python-version: ${{ matrix.python-version }} - run: | - python -m pip install flake8 - make lint + linters: + name: Linters + runs-on: ubuntu-latest + strategy: + matrix: + python-version: [2.7, 3.8] + steps: + - uses: actions/checkout@v2 + - uses: actions/setup-python@v2 + with: + python-version: ${{ matrix.python-version }} + run: | + python -m pip install flake8 + make lint |
