Bump charset-normalizer from 3.3.2 to 3.4.0 #49
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |