Compare commits

...

4 Commits

Author SHA1 Message Date
Clyde D'Souza
fe0705b5b4
Merge 61c4a41aed into 2b1135e0c5 2024-12-26 10:07:54 -06:00
Chuck
2b1135e0c5
Merge pull request #1830 from saforem2/add/sam-foreman
Some checks failed
Check markdown links / linkChecker (push) Failing after 10m56s
docs: Update `README.md`
2024-12-25 06:16:22 -05:00
Sam Foreman
c6fcdd02fd docs: Update README.md 2024-12-24 13:39:30 -06:00
Clyde D'Souza
61c4a41aed Add workflow file to check sort order of list items 2023-07-13 00:52:28 +12:00
2 changed files with 23 additions and 0 deletions

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

View File

@ -662,6 +662,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
- [Saif Ur Rehman](https://saifwebdev.netlify.app) - [Saif Ur Rehman](https://saifwebdev.netlify.app)
- [Saksham Agarwal](https://skshamagarwal.github.io/) - [Saksham Agarwal](https://skshamagarwal.github.io/)
- [Salman Ibrahim](https://salman-ibrahim.github.io) - [Salman Ibrahim](https://salman-ibrahim.github.io)
- [Sam Foreman](https://samforeman.me) \[Computational Scientist\]
- [Samarth Kadam](https://samarthkadam.vercel.app) - [Samarth Kadam](https://samarthkadam.vercel.app)
- [Samik Malhotra](https://samikmalhotra.netlify.app) - [Samik Malhotra](https://samikmalhotra.netlify.app)
- [Samrat Mitra](https://lionelsamrat10.github.io) - [Samrat Mitra](https://lionelsamrat10.github.io)