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

15 lines
206 B
YAML

name: Lint and Test
on:
pull_request:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Markdown Lint
uses: actions/markdownlint-cli2