mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
Run flake8 on python files only (#38392)
This commit is contained in:
parent
3dc8678b25
commit
c942607f65
8
.github/workflows/flake8.yml
vendored
8
.github/workflows/flake8.yml
vendored
@ -1,6 +1,12 @@
|
||||
name: flake8
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- '**.py'
|
||||
pull_request:
|
||||
paths:
|
||||
- '**.py'
|
||||
|
||||
jobs:
|
||||
flake8_py3:
|
||||
|
Loading…
x
Reference in New Issue
Block a user