mirror of
https://github.com/emmabostian/developer-portfolios.git
synced 2025-05-13 13:58:02 +00:00
Compare commits
9 Commits
4552c25005
...
2bf53aa464
Author | SHA1 | Date | |
---|---|---|---|
|
2bf53aa464 | ||
|
fda33bac0b | ||
|
47aba9e3ac | ||
|
878bb91264 | ||
|
a73e671cc5 | ||
|
963bc3b3ac | ||
|
52040f7779 | ||
|
793e0687be | ||
|
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
|
@ -134,6 +134,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
|||||||
- [Ashkan Misaghi](https://ashkanmisaghi.ir)
|
- [Ashkan Misaghi](https://ashkanmisaghi.ir)
|
||||||
- [Ashish Namdeo](https://ashishnamdeo.com)
|
- [Ashish Namdeo](https://ashishnamdeo.com)
|
||||||
- [Ashwin Hariharan](https://ashwinhariharan.tech)
|
- [Ashwin Hariharan](https://ashwinhariharan.tech)
|
||||||
|
- [Ashwith Rai](https://ashwithrai.me) [Full Stack developer]
|
||||||
- [Assad Isah](https://www.nottherealalanturing.site)
|
- [Assad Isah](https://www.nottherealalanturing.site)
|
||||||
- [Aster Bandis](https://bandisast.eu)
|
- [Aster Bandis](https://bandisast.eu)
|
||||||
- [Aster Li](https://asterjuneli.com)
|
- [Aster Li](https://asterjuneli.com)
|
||||||
@ -270,6 +271,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
|||||||
- [Dino Gomez](https://dinogomez.vercel.app)
|
- [Dino Gomez](https://dinogomez.vercel.app)
|
||||||
- [Dinokage](https://dinokage.in)
|
- [Dinokage](https://dinokage.in)
|
||||||
- [Dipesh Murmu](https://dipeshmurmu.com.np)
|
- [Dipesh Murmu](https://dipeshmurmu.com.np)
|
||||||
|
- [Divyansh Kathuria](https://divyanshkathuria.netlify.app/)
|
||||||
- [Dor Lugasi-Gal](https://dorlugasigal.netlify.app/)
|
- [Dor Lugasi-Gal](https://dorlugasigal.netlify.app/)
|
||||||
- [Drew Bredvick](https://drew.tech)
|
- [Drew Bredvick](https://drew.tech)
|
||||||
- [Durgesh Chaudhary](https://yodkwtf.com)
|
- [Durgesh Chaudhary](https://yodkwtf.com)
|
||||||
@ -474,6 +476,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
|||||||
- [Kiran Poudel](https://pkiran.com.np)
|
- [Kiran Poudel](https://pkiran.com.np)
|
||||||
- [Krishnanand A](https://krishnananda.netlify.app)
|
- [Krishnanand A](https://krishnananda.netlify.app)
|
||||||
- [Krupal Sanchaniya](https://krupal-portfolio.vercel.app/) [Software Developer ]
|
- [Krupal Sanchaniya](https://krupal-portfolio.vercel.app/) [Software Developer ]
|
||||||
|
- [Krutarth Parmar](https://kayparmar.com)
|
||||||
- [Kunal Passan](https://kunalpassan.vercel.app)
|
- [Kunal Passan](https://kunalpassan.vercel.app)
|
||||||
- [Kushan Devarajegowda (Software Developer | Software Engineer | SDE | SWE)](https://ikushdev.github.io)
|
- [Kushan Devarajegowda (Software Developer | Software Engineer | SDE | SWE)](https://ikushdev.github.io)
|
||||||
- [Kyaw Zin Thiha](https://www.kyawzinthiha.dev)
|
- [Kyaw Zin Thiha](https://www.kyawzinthiha.dev)
|
||||||
|
Loading…
Reference in New Issue
Block a user