mirror of
https://github.com/emmabostian/developer-portfolios.git
synced 2025-05-14 14:28:00 +00:00
Compare commits
6 Commits
b492b72d74
...
c750685513
Author | SHA1 | Date | |
---|---|---|---|
|
c750685513 | ||
|
961f1c0f0b | ||
|
4c1e96c03f | ||
|
3876e0b5b9 | ||
|
086a388942 | ||
|
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
|
@ -61,8 +61,8 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
|||||||
- [Agrawal Pratham](https://agrawalpratham.in)
|
- [Agrawal Pratham](https://agrawalpratham.in)
|
||||||
- [Ahamed Kabeer](https://aktech27.github.io/) [MERN Full-Stack Developer]
|
- [Ahamed Kabeer](https://aktech27.github.io/) [MERN Full-Stack Developer]
|
||||||
- [Ahmad Almory](https://ahmedalmory.github.io/portfolio)
|
- [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)
|
- [Ahmad Awais](https://ahmadawais.com)
|
||||||
|
- [Ahmad Gill](https://ahmadgill-portfolio.netlify.app/) [MERN/NextJs Developer | Web 3 & Blockchain]
|
||||||
- [Ahmed Oublihi](https://www.medevs.xyz)
|
- [Ahmed Oublihi](https://www.medevs.xyz)
|
||||||
- [Ahmet Eren Odacı](https://ahmete.ren)
|
- [Ahmet Eren Odacı](https://ahmete.ren)
|
||||||
- [Ahsan Khan](https://ahsankhan.me)
|
- [Ahsan Khan](https://ahsankhan.me)
|
||||||
@ -135,6 +135,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
|||||||
- [Arslan Sarfraz](https://arslansarfraz.github.io/portfolio/)
|
- [Arslan Sarfraz](https://arslansarfraz.github.io/portfolio/)
|
||||||
- [Artur Bień](https://expensive.toys/) [UI & Frontend Developer]
|
- [Artur Bień](https://expensive.toys/) [UI & Frontend Developer]
|
||||||
- [Arup Mandal](https://arupmandal.github.io)
|
- [Arup Mandal](https://arupmandal.github.io)
|
||||||
|
- [Asad Shah](https://iamasadshah-ibnerafi.vercel.app)
|
||||||
- [Ashak Zahin Hasan](https://aboutzahin.pages.dev)
|
- [Ashak Zahin Hasan](https://aboutzahin.pages.dev)
|
||||||
- [Ashikur Rahaman](https://portfolio-by-ashik.netlify.app/)
|
- [Ashikur Rahaman](https://portfolio-by-ashik.netlify.app/)
|
||||||
- [Ashish Mehra](https://ashishmehra.dev)
|
- [Ashish Mehra](https://ashishmehra.dev)
|
||||||
@ -850,6 +851,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
|||||||
- [Taiizor](https://github.com/Taiizor) [.NET Developer]
|
- [Taiizor](https://github.com/Taiizor) [.NET Developer]
|
||||||
- [Tanisha Gupta](https://tanishagupta1.github.io/Tanisha-Gupta-portfolio)
|
- [Tanisha Gupta](https://tanishagupta1.github.io/Tanisha-Gupta-portfolio)
|
||||||
- [Taranjeet Singh](https://taranjeet.co)
|
- [Taranjeet Singh](https://taranjeet.co)
|
||||||
|
- [Tarun M S](https://tarunms.netlify.app/)
|
||||||
- [Tejas Kumar](http://tej.as)
|
- [Tejas Kumar](http://tej.as)
|
||||||
- [Tejaswi Chaudhari](https://tejaswichaudhari.me)
|
- [Tejaswi Chaudhari](https://tejaswichaudhari.me)
|
||||||
- [Tek Kshetri](http://tekkshetri.com.np)
|
- [Tek Kshetri](http://tekkshetri.com.np)
|
||||||
|
Loading…
Reference in New Issue
Block a user