mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-05-13 03:52:20 -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: [pull_request, issues]
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
- name: Python Style Checker
|
||||
uses: andymckay/pycodestyle-action@0.1.3
|
||||
build:
|
||||
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