mirror of
https://github.com/emmabostian/developer-portfolios.git
synced 2025-05-03 00:48:00 +00:00
Compare commits
10 Commits
0f15ff0d89
...
81ece8a6c6
Author | SHA1 | Date | |
---|---|---|---|
|
81ece8a6c6 | ||
|
c0078815a0 | ||
|
0898774c69 | ||
|
9456570729 | ||
|
a24170fa90 | ||
|
ed94b4e520 | ||
|
26a91bd040 | ||
|
e7704c23ab | ||
|
1d987936ba | ||
|
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
|
@ -104,6 +104,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Anshul Gora](https://anshulwork.netlify.app)
|
||||
- [Anshul Soni](https://anshulsoni.in)
|
||||
- [Anthony MAHEFASOA](https://thony32.me)
|
||||
- [Anthony Odumodu](https://antonodu.netlify.app/)
|
||||
- [Antoine Dangleterre](https://antoinedangleterre.com)
|
||||
- [Anton Bojko](https://mrtoxas.github.io/cv/portfolio/)
|
||||
- [Antonio Ferreiro](https://toniferr.github.io)
|
||||
@ -573,11 +574,13 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Opeyemi Obembe](http://obem.be/opeyemi)
|
||||
- [Oraz Gulchayew](https://orazgulcayew.vercel.app)
|
||||
- [Orion Dobos](https://oriondobos.com/)
|
||||
- [Osama Islam](https://osamaislam.vercel.app)
|
||||
- [Oscar Tian](http://www.bluexguardian.com)
|
||||
- [Oussama Bouchikhi](https://oussamabouchikhi.github.io)
|
||||
- [Oussama Bonnor](https://oussamabonnor1.github.io/portfolio)
|
||||
|
||||
## P
|
||||
|
||||
- [Paal Stakvik](https://paalss.vercel.app)
|
||||
- [Pandiyan Murugan](https://pandiyancool.github.io/pandiyan.cool)
|
||||
- [Panhareach Phat](https://phatpanhareach.vercel.app)
|
||||
@ -801,9 +804,11 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Vibhor Arya](https://vibhorarya12.vercel.app/)
|
||||
- [Vidushan Chooriyakumaran](https://vidu.sh/an)
|
||||
- [Vijay Verma](https://vjy.me)
|
||||
- [Vikas Chauhan](https://vikaschauhan.vercel.app/)
|
||||
- [Vikas Ukani](https://vikas-ukani.github.io)
|
||||
- [Vinay Somawat](https://vinaysomawat.github.io)
|
||||
- [Vinit Shahdeo](https://vinitshahdeo.com)
|
||||
- [Vishal Bhangare](https://vishalbhangare.netlify.app/)
|
||||
- [Vishal Rai](https://vishalrai.netlify.app/)
|
||||
- [Vishwa Pramuditha](https://pramu.cc/)
|
||||
- [Vishwanath B](https://frozenhearth.vercel.app)
|
||||
|
Loading…
Reference in New Issue
Block a user