Skip to content

Update changelogs and release 1.11.0 to Rolling (#517) #314

Update changelogs and release 1.11.0 to Rolling (#517)

Update changelogs and release 1.11.0 to Rolling (#517) #314

Workflow file for this run

name: style
on: [push]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: deps
run: |
sudo apt-get update
sudo apt-get install pycodestyle
- name: pycodestyle
run: |
pycodestyle .