Skip to content

Make CI runnable

Make CI runnable #274

Workflow file for this run

on: [push, pull_request]
name: Continuous Integration
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read # actions/checkout
jobs:
validate-tiles:
name: Validate Tiles
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependency
run: python3 -m pip install tomlkit
- name: Run validate script
run: python3 .github/workflows/ci_validate_tiles.py