dnscontrol-action/examples/README.md

8 lines
263 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
2020-07-26 19:29:13 +08:00
* [deploy.yml](deploy.yml): On merge into default branch, deploy the DNS changes.
* [test.yml](test.yml): Lint `dnsconfig.js` configuration file using ESLint, and
preview the DNS changes.