Skip to content

Added basic geojson compilation #1

Added basic geojson compilation

Added basic geojson compilation #1

Workflow file for this run

name: Make & release GeoJSON
on:
push:
jobs:
do-tests:
runs-on: ubuntu-latest
permissions:
contents: read
concurrency:
group: cicd-tests
steps:
- name: Checkout Git submodules
uses: actions/checkout@v4
with:
submodules: true
- name: Setup Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Run "make_geojson.py"
run: python my_script.py
- name: Test if if worked
run: ls -la output/