Skip to content

Merge pull request #345 from spinkube/fix-main-attempt-1 #669

Merge pull request #345 from spinkube/fix-main-attempt-1

Merge pull request #345 from spinkube/fix-main-attempt-1 #669

Workflow file for this run

name: Documentation
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint-markdown:
name: Lint all markdown files
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Lint markdown
run: |
make lint-markdown