Skip to content

187: schema rule for geojson conversion compatability #268

187: schema rule for geojson conversion compatability

187: schema rule for geojson conversion compatability #268

Workflow file for this run

name: Precommit
on: [push, pull_request]
jobs:
precommit:
name: Precommit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: 3.9
architecture: x64
- uses: actions/cache@v1
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
- run: pip install -r requirements.txt
- run: python manage.py pre-commit
- run: git diff --exit-code