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

12 lines
No EOL
195 B
YAML

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