Skip to content

Generate geoJSON for QTH grid locator #5

Generate geoJSON for QTH grid locator

Generate geoJSON for QTH grid locator #5

Workflow file for this run

name: ci
on:
push:
paths:
- "**/*.py"
- .github/workflows/ci.yml
jobs:
full:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.x]
steps:
- uses: actions/checkout@v3
- name: Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- run: pip install .[tests,lint]
- run: flake8
- run: mypy
- run: pytest