Skip to content

add runs on

add runs on #2

Workflow file for this run

name: DocTagChecker
on:
pull_request
jobs:
runs-on: ubuntu-latest

Check failure on line 7 in .github/workflows/DocTagChecker.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/DocTagChecker.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
DocTagCheck:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check for missing userdoc updates
uses: AutoPas/DocTagChecker@footerMessage
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
# multiple paths are separated by whitespace or ','
userDocsDirs: __tests__/testData/
# Optional inputs with defaults:
# DON'T use '/other stuff/i' as it contains intentional fakes
# dirTagSectionRegex:
# Check userDocsDirs recursively.
recurseUserDocDirs: true
# File extensions for files to be considered documentation.
docFileExtensions: md
# File extensions for files to be considered source code.
srcFileExtensions: ts