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

15 lines
218 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-action@main