developer-portfolios/.github/workflows/order-checker.yml
Clyde D'Souza 43238099d1 Revert "Remove workflow dispatch"
This reverts commit 7009b5d841.

# Conflicts:
#	.github/workflows/order-checker.yml
2023-07-12 22:23:27 +12:00

22 lines
405 B
YAML

on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
name: Check order of markdown list items
jobs:
listChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint markdown lists
uses: ClydeDz/markdown-list-linter@main
with:
file: ./README.md
fail-on-error: true