mirror of
https://github.com/emmabostian/developer-portfolios.git
synced 2025-04-21 05:38:01 +00:00
Compare commits
4 Commits
7c3129c7d2
...
fe0705b5b4
Author | SHA1 | Date | |
---|---|---|---|
|
fe0705b5b4 | ||
|
2b1135e0c5 | ||
|
c6fcdd02fd | ||
|
61c4a41aed |
22
.github/workflows/sort-order-checker.yml
vendored
Normal file
22
.github/workflows/sort-order-checker.yml
vendored
Normal 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
|
@ -662,6 +662,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Saif Ur Rehman](https://saifwebdev.netlify.app)
|
||||
- [Saksham Agarwal](https://skshamagarwal.github.io/)
|
||||
- [Salman Ibrahim](https://salman-ibrahim.github.io)
|
||||
- [Sam Foreman](https://samforeman.me) \[Computational Scientist\]
|
||||
- [Samarth Kadam](https://samarthkadam.vercel.app)
|
||||
- [Samik Malhotra](https://samikmalhotra.netlify.app)
|
||||
- [Samrat Mitra](https://lionelsamrat10.github.io)
|
||||
|
Loading…
Reference in New Issue
Block a user