Skip to content

Add new record, asked by email #8

Add new record, asked by email

Add new record, asked by email #8

Workflow file for this run

name: Verify DNS zones
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# run on PR to test contributions
pull_request:
jobs:
# Build job
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- uses: OSAS/dns4tenants-validation@main