Skip to content

Merge pull request #36 from clarin-eric/documentation #254

Merge pull request #36 from clarin-eric/documentation

Merge pull request #36 from clarin-eric/documentation #254

Workflow file for this run

name: Markdown linting
on:
push:
pull_request:
jobs:
lint:
name: Lint markdown
runs-on: ubuntu-latest
continue-on-error: false
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Lint
run: bash lint.sh