Skip to content

Initial PR for Proxy Esri Basemaps for ArcGIS Enterprise Offline Map Areas notebook #77

Initial PR for Proxy Esri Basemaps for ArcGIS Enterprise Offline Map Areas notebook

Initial PR for Proxy Esri Basemaps for ArcGIS Enterprise Offline Map Areas notebook #77

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.11
uses: actions/setup-python@v1
with:
python-version: 3.11
- name: Setup flake8 annotations
uses: rbialon/flake8-annotations@v1
- name: Lint with flake8
run: |
pip install flake8
flake8 . --count --show-source --statistics