Skip to content

Lint JSDoc Comments #436

Lint JSDoc Comments

Lint JSDoc Comments #436

Workflow file for this run

name: Lint JSDoc
run-name: Lint JSDoc Comments
on:
pull_request:
types: [opened, synchronize]
jobs:
Lint:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Lint JSDoc Comments
uses: Lenni009/jsdoc2wiki-action/lint-doc@main