dnscontrol-action/examples/README.md

7 lines
301 B
Markdown
Raw Normal View History

2019-01-05 23:18:17 +08:00
# Examples
2019-10-13 01:59:38 +08:00
Find in this folder two GitHub Actions workflow examples.
2019-01-05 23:18:17 +08:00
2019-10-13 01:59:38 +08:00
* [deploy-master.yml](deploy-master.yml): On merge into master, deploy the DNS configuration.
* [test-pull-request.yml](test-pull-request.yml): Lint the `dnsconfig.js` configuration file using ESLint, and preview the DNS changes.