mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
[workflows] Rename pyflakes to flake8 - that is the tool we use
This commit is contained in:
parent
da042bb61d
commit
e05ad8a2ad
@ -1,4 +1,4 @@
|
|||||||
name: Pyflakes
|
name: flake8
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
@ -12,7 +12,7 @@ jobs:
|
|||||||
python-version: 3.7.6
|
python-version: 3.7.6
|
||||||
architecture: x64
|
architecture: x64
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@v2
|
||||||
- name: Install flake8
|
- name: Install flake8
|
||||||
run: pip install flake8
|
run: pip install flake8
|
||||||
- name: Run flake8
|
- name: Run flake8
|
Loading…
x
Reference in New Issue
Block a user