Skip to content

Bump idna from 3.7 to 3.8 #38

Bump idna from 3.7 to 3.8

Bump idna from 3.7 to 3.8 #38

Workflow file for this run

name: "Check database validity"
on:
push:
jobs:
checkdata:
runs-on: ubuntu-latest
steps:
# Clone the tock-mirrorcheck repo
- uses: actions/checkout@v4
# Setup Python
- uses: actions/setup-python@v5
- name: Install Python Dependencies
run: pip install -r requirements.txt
- name: Check database validity
run: |
./mirrorcheck.py -v \
check-data \
-u urls.json \
-m mirrors.json