Skip to content

Commit

Permalink
Run flake8 on python files only (#38392)
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Aug 20, 2020
1 parent 3dc8678 commit c942607
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: flake8

on: [push, pull_request]
on:
push:
paths:
- '**.py'
pull_request:
paths:
- '**.py'

jobs:
flake8_py3:
Expand Down

0 comments on commit c942607

Please sign in to comment.