From ed5686aa442d66b86365d41ede740ee1050cab96 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Fri, 4 Apr 2025 14:48:45 +0800 Subject: [PATCH] Create dnscontrol.yml --- .github/workflows/dnscontrol.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/dnscontrol.yml diff --git a/.github/workflows/dnscontrol.yml b/.github/workflows/dnscontrol.yml new file mode 100644 index 000000000..9656df68b --- /dev/null +++ b/.github/workflows/dnscontrol.yml @@ -0,0 +1,24 @@ +name: DNSControl + +on: + push: + branches: [main] + paths: + - "dnsconfig.js" + + workflow_dispatch: + +concurrency: + group: ${{ github.ref }}-publish + cancel-in-progress: false + +jobs: + tests: + name: Tests + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + + - uses: is-a-dev/dnscontrol-action@main + with: + args: check