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

20 lines
322 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@main
with:
globs: |
README.md
docs/*.md