mirror of
https://github.com/partofmyid/register.git
synced 2026-06-05 10:36:50 +07:00
initial
This commit is contained in:
parent
f5c9916a52
commit
aa73cbf9d1
8 changed files with 214 additions and 0 deletions
14
.github/workflows/check.yml
vendored
Normal file
14
.github/workflows/check.yml
vendored
Normal 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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue