mirror of
https://github.com/emmabostian/developer-portfolios.git
synced 2025-05-13 13:58:02 +00:00
Compare commits
11 Commits
2bf53aa464
...
97417bdc0b
Author | SHA1 | Date | |
---|---|---|---|
|
97417bdc0b | ||
|
b0622109b2 | ||
|
92d7500f5f | ||
|
7968fa3b99 | ||
|
964e4752f9 | ||
|
6bccc24ebe | ||
|
8a2880bcdc | ||
|
53a9f68361 | ||
|
3be1a5b45b | ||
|
33ca7436e9 | ||
|
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
|
@ -120,6 +120,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Anurag Affection](https://anuragaffection.vercel.app)
|
||||
- [Anurag Hazra](https://anuraghazra.github.io)
|
||||
- [Ariel Andrade](https://sudoariel.github.io)
|
||||
- [Arjun Ganesan](https://arjunganesan.com)
|
||||
- [Arjun K](https://arjunk.me)
|
||||
- [Armel Munyaneza](https://munyaneza.vercel.app/)
|
||||
- [Arpit Sharma](https://yesarpit.github.io)
|
||||
@ -219,6 +220,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Chuckz Okoye](https://chuckzokoye.com)
|
||||
- [Chung Nguyen Thanh - ChunhThanhDe](https://chunhthanhde.github.io)
|
||||
- [Clyde D'Souza](https://clydedsouza.net)
|
||||
- [Codexoft KE](https://codexoft.tech)
|
||||
- [Cole Emeruche](https://coleruche.com)
|
||||
- [Colin Lord](https://colinlord.com)
|
||||
- [Collins Koech](https://collinskoechportfolio.web.app)
|
||||
@ -259,6 +261,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Dhaval Patel](https://dhavalcode.com)
|
||||
- [Dheeraj Gupta](https://dheerajgupta.netlify.app/#)
|
||||
- [Dhiraj Basavaraju](https://portfolio-dhirajb7.vercel.app)
|
||||
- [Dhruv Sathe](https://dhruv-alpha.vercel.app/) [Software Engineer & Freelancer]
|
||||
- [Dhruva Bhat S N](https://dhruvabhat.netlify.app)
|
||||
- [Dhruvil Rathod](https://dhruvilrathod.me/) [Fullstack Developer | Angular & NestJS Specialist]
|
||||
- [Dhyey Bhandari](https://dhyeybhandari.vercel.app) [Full Stack Developer & UI/UX Designer]
|
||||
@ -912,6 +915,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Yassine Oularbi](https://yassineoularbi.github.io)
|
||||
- [Yeabsira Tarekegn](https://yeabsiras-portfolio.vercel.app)
|
||||
- [Yechiel Kalmenson](https://yechiel.me)
|
||||
- [Yoav](https://yoav.xyz/)
|
||||
- [Yogesh Choudhary Paliyal](https://yogeshpaliyal.com)
|
||||
- [Yogesh Saini](https://saini-yogesh.github.io/Portfolio/)
|
||||
- [Yuji Sato](https://yujisatojr.github.io/react-portfolio-template)
|
||||
|
Loading…
Reference in New Issue
Block a user