Skip to content

feat(langchaingo): add tests using testcontainers-go (#97) #46

feat(langchaingo): add tests using testcontainers-go (#97)

feat(langchaingo): add tests using testcontainers-go (#97) #46

Workflow file for this run

# .github/workflows/markdownlint.yml
name: Lint Markdown
on:
push:
paths:
- "**/*.md"
- .github/workflows/markdownlint.yaml
branches:
- main
pull_request:
paths:
- "**/*.md"
- .github/workflows/markdownlint.yaml
permissions:
contents: read
jobs:
lint-markdown:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install Task
uses: arduino/setup-task@8b35f53e4d5a51bf691c94c71f2c7222483206cb
- name: Lint Markdown Files
run: task lint:markdown