Skip to content

Add CI/CD workflow

Add CI/CD workflow #1

Workflow file for this run

name: CI
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Markdown Lint
uses: DavidAnson/github-actions-markdownlint@v1
with:
glob: "**/*.md"