awesome-gitea/.gitea/workflows/lint.yml
2023-04-14 13:32:24 +08:00

12 lines
No EOL
176 B
YAML

name: lint
on:
- push
- pull_request
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: lint
uses: articulate/actions-markdownlint@v1