Update pystyle.yml

This commit is contained in:
Dr. Mia von Steinkirch 2020-03-26 16:07:39 -07:00 committed by GitHub
parent 5155478f65
commit 745ab8c8b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,14 @@
name: Pystyle
name: PyStyle
on: [pull_request, issues]
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Python Style Checker
uses: andymckay/pycodestyle-action@0.1.3