This commit is contained in:
Clyde D'Souza 2025-01-20 23:37:43 +05:30 committed by GitHub
commit f0d7aa9f4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,22 @@
name: Check sort order of list items
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
listChecker:
name: Check if portfolio items are alphabetically sorted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint developer portfolio
uses: ClydeDz/markdown-list-linter@v0.1.4
with:
file: ./README.md
fail-on-error: true