Skip to content

Merge remote-tracking branch 'origin/main' into code-lifecycle #116

Merge remote-tracking branch 'origin/main' into code-lifecycle

Merge remote-tracking branch 'origin/main' into code-lifecycle #116

Workflow file for this run

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