Skip to content

feat(dnssec): new pkg/dnssec package #2

feat(dnssec): new pkg/dnssec package

feat(dnssec): new pkg/dnssec package #2

Workflow file for this run

name: Markdown
on:
push:
branches: [master]
paths:
- "**.md"
- .github/workflows/markdown.yml
pull_request:
paths:
- "**.md"
- .github/workflows/markdown.yml
jobs:
markdown:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
steps:
- uses: actions/checkout@v3
- uses: DavidAnson/markdownlint-cli2-action@v11
with:
globs: "**.md"
config: .github/workflows/.markdownlint.json
- uses: reviewdog/action-misspell@v1
with:
locale: "US"
level: error
pattern: |
*.md
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: yes
- uses: peter-evans/dockerhub-description@v3
if: github.repository == 'qdm12/dns' && github.event_name == 'push'
with:
username: qmcgaw
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: qmcgaw/dns
short-description: DNS over TLS upstream server connected to DNS over TLS (IPv4 and IPv6) servers
readme-filepath: README.md