Skip to content

Fold v1.3.0 into v1.2.0 to match installer and screenshots #9

Fold v1.3.0 into v1.2.0 to match installer and screenshots

Fold v1.3.0 into v1.2.0 to match installer and screenshots #9

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Lint Markdown
uses: DavidAnson/markdownlint-cli2-action@v23
with:
globs: "**/*.md"