This commit is contained in:
Satria 2024-10-14 18:47:53 +07:00
commit aa73cbf9d1
8 changed files with 214 additions and 0 deletions

14
.github/workflows/check.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: Check
on: pull_request
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: DNSControl check
uses: koenrh/dnscontrol-action@v3
with:
args: check
config_file: 'dnsconfig.js'