Skip to content

revert erroneous change introduced in #62 #95

revert erroneous change introduced in #62

revert erroneous change introduced in #62 #95

name: check_consistency
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install rdflib
pip install requests
- name: Test
run: |
nofails=1 python3 -m check_urls