Get sewt.is-not.cool #22
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
# Optionally, if your DNSConfig files are in a non-default location, | |
# you could specify the paths to the config and credentials file. | |
config_file: 'dnsconfig.js' |