Skip to content

Add dns check to domains #4

Add dns check to domains

Add dns check to domains #4

Workflow file for this run

name: Tests
on: [push]
jobs:
dns-check:
name: Checking dns response for domains
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v2
name: Python setup
- uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dnspython
run: pip install dnspython
- name: Check if list includes domains without dns response
run: |
cd scripts
python3 dnscheck.py