Skip to content

Remove lastmod from sitemap files (#20) #160

Remove lastmod from sitemap files (#20)

Remove lastmod from sitemap files (#20) #160

Workflow file for this run

# Copyright 2026 Lincoln Institute of Land Policy
# SPDX-License-Identifier: MIT
name: Run checks / tests
on: [push, pull_request]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
enable-cache: true
cache-dependency-glob: "uv.lock"
- name: uv sync dependencies
run: uv sync --all-extras
- name: Run prek
uses: j178/prek-action@v2
- name: Run pytest
run: |
uv run pytest