Skip to content

Commit

Permalink
Update pylint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhillairet committed Nov 27, 2020
1 parent 5d11a44 commit bd20aed
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/pylint.yml
@@ -1 +1,16 @@
on:
pull_request:
push:
branches: [master]

name: Style linters
jobs:
gitHubActionForFlake8:
name: flake8
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: GitHub Action for Flake8
uses: cclauss/GitHub-Action-for-Flake8@master
with:
args: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics --extend-exclude ".jupyter"

0 comments on commit bd20aed

Please sign in to comment.