Skip to content

Add Create Offline Areas from Feature Layer notebook #34

Add Create Offline Areas from Feature Layer notebook

Add Create Offline Areas from Feature Layer notebook #34

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Setup flake8 annotations
uses: rbialon/flake8-annotations@v1
- name: Lint with flake8
run: |
pip install flake8
flake8 . --count --show-source --statistics