Skip to content

Staging v0.7 release (#186) #133

Staging v0.7 release (#186)

Staging v0.7 release (#186) #133

Workflow file for this run

name: Code style
# This workflow runs code style checks.
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Check code style
run: |
pip install pycodestyle
pycodestyle pandana