Skip to content

Merge pull request #4 from jjasghar/jjasghar/docs.instruct #11

Merge pull request #4 from jjasghar/jjasghar/docs.instruct

Merge pull request #4 from jjasghar/jjasghar/docs.instruct #11

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