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

15 lines
210 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@v16