Skip to content

Example Project using gddoc2yml #36

Example Project using gddoc2yml

Example Project using gddoc2yml #36

Workflow file for this run

name: Pull Request Validation
on:
pull_request:
branches: [ "main" ]
concurrency:
group: pull_request-${{ github.ref_name }}
cancel-in-progress: true
jobs:
validation:
uses: ./.github/workflows/test.yml
build:
uses: ./.github/workflows/build-site.yml

Check failure on line 16 in .github/workflows/pull-request.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull-request.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pull-request.yml" -> "./.github/workflows/build-site.yml" : You have an error in your yaml syntax on line 43
with:
uploadArtifact: false
markdown-lint:
name: 🧹 Markdown lint
runs-on: "ubuntu-20.04"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm install -g markdownlint-cli
- run: markdownlint .