Skip to content

docs: add keeping-rates-current section with Renovate/CDN guidance #14

docs: add keeping-rates-current section with Renovate/CDN guidance

docs: add keeping-rates-current section with Renovate/CDN guidance #14

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: pip install -e .
- run: python3 -m unittest discover tests