mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-05-13 12:02:14 -04:00
Update pystyle.yml
This commit is contained in:
parent
5155478f65
commit
745ab8c8b3
1 changed files with 11 additions and 5 deletions
16
.github/workflows/pystyle.yml
vendored
16
.github/workflows/pystyle.yml
vendored
|
@ -1,8 +1,14 @@
|
||||||
|
name: Pystyle
|
||||||
|
|
||||||
name: PyStyle
|
on:
|
||||||
|
push:
|
||||||
on: [pull_request, issues]
|
branches: [ master ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- name: Python Style Checker
|
build:
|
||||||
uses: andymckay/pycodestyle-action@0.1.3
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Python Style Checker
|
||||||
|
uses: andymckay/pycodestyle-action@0.1.3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue