Files
git-course-notes/.gitea/workflows/lint-test.yaml
T
bruhn_b 0486378ce1
Build and Publish Site / docker (push) Successful in 3s
Lint and Test / lint (push) Failing after 6s
Update .gitea/workflows/lint-test.yaml
2026-06-08 13:52:17 +02:00

20 lines
329 B
YAML

name: Lint and Test
on:
pull_request:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Markdown Lint
uses: actions/markdownlint-cli2-action@main
with:
globs: |
README.md
docs/*.md