Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Create README.md

Create README.md #1307

Workflow file for this run

name: Validation
on:
pull_request:
push:
branches: [main]
paths:
- "domains/**"
- ".github/workflows/validation.yml"
- "scripts/dns.js"
workflow_dispatch:
concurrency:
group: ${{ github.ref }}-validation
cancel-in-progress: true
jobs:
dns:
name: DNS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: DNSControl Check
uses: koenrh/dnscontrol-action@v3
with:
args: check
config_file: "scripts/dns.js"
json:
name: JSON
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: JSON Syntax Check
uses: limitusus/json-syntax-check@v2
with:
pattern: "\\.json$"
env:
BASE: "domains/"