mirror of
https://github.com/emmabostian/developer-portfolios.git
synced 2025-05-12 13:28:01 +00:00
Compare commits
12 Commits
439d6eced5
...
9b4928c9e8
Author | SHA1 | Date | |
---|---|---|---|
|
9b4928c9e8 | ||
|
997adefc79 | ||
|
6b9c585742 | ||
|
2f3f0c0537 | ||
|
ecc193eecf | ||
|
83f31747b5 | ||
|
a6e8575189 | ||
|
8707be13d0 | ||
|
bb4e92567d | ||
|
e11aafffc5 | ||
|
bab81a2b6e | ||
|
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
|
@ -78,6 +78,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Alex Michailidis](https://alexandros.tech)
|
||||
- [Alexey Golub](http://tyrrrz.me)
|
||||
- [Alfred Dagenais](https://alfreddagenais.com)
|
||||
- [Ali Saleem](https://alisaleem252.com) [Web Developer & Web Programmer]
|
||||
- [Allan Im](https://allanim.com) [Software Engineer]
|
||||
- [Allan Muturi](https://allanmuturi.vercel.app)
|
||||
- [Aloys Dillar](https://trolologuy.github.io)
|
||||
@ -254,6 +255,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Dheeraj Gupta](https://dheerajgupta.netlify.app/#)
|
||||
- [Dhiraj Basavaraju](https://portfolio-dhirajb7.vercel.app)
|
||||
- [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]
|
||||
- [Dick Wyn Yong](https://dickwyn.xyz)
|
||||
- [Diego Rezende](https://diegorezm.netlify.app/)
|
||||
@ -289,7 +291,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Enes Hacısağır](https://enesehs.github.io)
|
||||
- [Ephraim Atta-Duncan](https://astrosaurus.me)
|
||||
- [Erdal TAŞKESEN](https://www.erdaltaskesen.com)
|
||||
- [Erik Henrique Alves Cunha](https://www.indianboy.com.br)
|
||||
- [Erik Henrique Alves Cunha](https://www.erikunha.dev/)
|
||||
- [Esteban Mansart](https://mansartesteban.vercel.app/)
|
||||
- [Evander Inácio](https://evander.vercel.app)
|
||||
- [Evil Rabbit](https://evilrabb.it)
|
||||
@ -654,6 +656,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Prince Kumar](https://www.princecodes.online)
|
||||
- [Pritu Yadav](https://prituyadav.github.io/)
|
||||
- [Priya Nayak](https://priya180975.github.io/portfolio)
|
||||
- [Pruthviraj Mundargi](https://pruthviraj-guddu.github.io/)
|
||||
- [Pushkar Patel](https://thepushkarp.com)
|
||||
- [Pushpak Chhajed](https://pushpak1300.github.io)
|
||||
- [Puzant Bakjejian](https://puzant.netlify.app/)
|
||||
|
Loading…
Reference in New Issue
Block a user