Skip to content

Fix response content handling in text generation tutorial #14

Fix response content handling in text generation tutorial

Fix response content handling in text generation tutorial #14

name: check-markdownlint
on:
pull_request:
branches:
- main
paths:
- "fern/pages/*.mdx"
- "fern/pages/**/*.mdx"
- ".markdownlint-cli2.yaml"
- "package.json"
- "pnpm-lock.yaml"
- ".github/workflows/check-markdownlint.yml"
jobs:
run:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Install dependencies
run: pnpm install
- name: Run markdownlint
run: pnpm run lint:markdown