Skip to content

feat(modules): add dns module executor #79

feat(modules): add dns module executor

feat(modules): add dns module executor #79

Workflow file for this run

name: markdown lint
on:
pull_request:
paths:
- "**/*.md"
permissions:
contents: read
pull-requests: write
jobs:
markdownlint:
name: runner / markdownlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: markdownlint
uses: reviewdog/action-markdownlint@v0.28.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review