Skip to content

Update countylimits with 2025 values #84

Update countylimits with 2025 values

Update countylimits with 2025 values #84

Workflow file for this run

name: test
on: [pull_request, push]
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Install dependencies
run: |
pip install tox coveralls
- name: Run tox
run: |
tox
coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}"