Skip to content

Merge branch 'main' into python #152

Merge branch 'main' into python

Merge branch 'main' into python #152

Workflow file for this run

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