mirror of
https://github.com/emmabostian/developer-portfolios.git
synced 2025-05-14 14:28:00 +00:00
Compare commits
8 Commits
e8b8b079c6
...
b492b72d74
Author | SHA1 | Date | |
---|---|---|---|
|
b492b72d74 | ||
|
60228dc262 | ||
|
c50ab1e775 | ||
|
7965251cff | ||
|
a9177cd15c | ||
|
a613ff5dd9 | ||
|
b92bd76246 | ||
|
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
|
@ -59,6 +59,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Adrian Alvarez](https://www.adrian-alvarez.dev) [Frontend Developer]
|
||||
- [Agney Menon](https://agney.dev)
|
||||
- [Agrawal Pratham](https://agrawalpratham.in)
|
||||
- [Ahamed Kabeer](https://aktech27.github.io/) [MERN Full-Stack Developer]
|
||||
- [Ahmad Almory](https://ahmedalmory.github.io/portfolio)
|
||||
- [Ahmad Gill](https://ahmadgill-portfolio.netlify.app/) [MERN/NextJs Developer | Web 3 & Blockchain]
|
||||
- [Ahmad Awais](https://ahmadawais.com)
|
||||
@ -151,7 +152,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Austin Gericke](https://www.austingericke.com)
|
||||
- [Austin Pham](https://auspham.dev)
|
||||
- [Avinash Pauskar](https://avinashhhportfolio.netlify.app)
|
||||
- [Avinash Suthar](https://avinashsuthar-portfolio.netlify.app)
|
||||
- [Avinash Suthar](https://avinashsuthar.in) [Full Stack Developer]
|
||||
- [Aviral Dixit](https://aviraldixit.in)
|
||||
- [Avisek Ray](https://avisek.codeltix.com) [Full Stack Developer)
|
||||
- [Avnish Kumar](https://theavnishkumar.in)
|
||||
@ -726,6 +727,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Razin Rayees](https://razin.in)
|
||||
- [Reeya Gupta](https://reeyadev.vercel.app/) [Full Stack Developer]
|
||||
- [Remi Jara](https://www.remi-jara.fr)
|
||||
- [Renjith Abraham](https://renjith.com)
|
||||
- [Rensith Udara](https://rensithudara.github.io/portfolio/)
|
||||
- [Riccardo Venturini](https://riccardoventurini.dev/)
|
||||
- [Richard Hill](https://www.rhdigital.co.uk/) [Digital Designer]
|
||||
|
Loading…
Reference in New Issue
Block a user