Skip to content

Lucashh/token calc docs #3

Lucashh/token calc docs

Lucashh/token calc docs #3

Workflow file for this run

name: markdown-lint
on:
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # get all branches so that we can check out main to compare lint scores
- name: Run markdownlint
run: |
docker run -v $PWD:/workdir ghcr.io/igorshubovych/markdownlint-cli:latest "**/*.md"