Skip to content

fix the wrong openai-is-consequential pluging example #68

fix the wrong openai-is-consequential pluging example

fix the wrong openai-is-consequential pluging example #68

Workflow file for this run

name: Documentation tests
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
markdownlint:
name: markdownlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: articulate/actions-markdownlint@v1
with:
config: .markdownlint.yaml
files: 'README.md'
- uses: articulate/actions-markdownlint@v1
with:
config: .markdownlint.yaml
files: '**/*.md'
linkcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Markup Link Checker (mlc)
uses: becheran/[email protected]