Run flake8 on python files only (#38392)

This commit is contained in:
Denis Rouzaud 2020-08-20 15:11:25 +02:00 committed by GitHub
parent 3dc8678b25
commit c942607f65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,12 @@
name: flake8
on: [push, pull_request]
on:
push:
paths:
- '**.py'
pull_request:
paths:
- '**.py'
jobs:
flake8_py3: