mirror of
https://github.com/emmabostian/developer-portfolios.git
synced 2025-05-14 06:18:00 +00:00
Compare commits
13 Commits
54c55f8374
...
e8b8b079c6
Author | SHA1 | Date | |
---|---|---|---|
|
e8b8b079c6 | ||
|
fe2c6d39ed | ||
|
97763a1b79 | ||
|
43097644a9 | ||
|
b4ba9b3797 | ||
|
c5b67ae264 | ||
|
bdd6182544 | ||
|
535ef157ee | ||
|
b540fc8788 | ||
|
9db3702a68 | ||
|
62d22ca774 | ||
|
51852ae732 | ||
|
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
|
@ -209,6 +209,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Cecelia Martinez](http://ceceliacreates.com)
|
||||
- [Cemal Türkcan)](https://cemalturkcan.com)
|
||||
- [Chambrin Alexandre](https://chambrin.dev)
|
||||
- [ChanhDai](https://chanhdai.com)
|
||||
- [Charles C. Pustejovsky III](https://cpustejovsky.com)
|
||||
- [Charles Ouimet](https://ouimet.info) [Backend Developer] (made with [TechFolios](https://techfolios.github.io))
|
||||
- [Chee Hwa Tang](https://cheehwatang.com)
|
||||
@ -352,6 +353,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [George Fincher](https://www.grimfunky.dev)
|
||||
- [Georges Atalla](https://www.georgesatalla.com)
|
||||
- [Georgi Yanev](https://gyanev.com)
|
||||
- [Ghazi Khan](https://ghazikhan.in)
|
||||
- [Ghom Krosmonaute](https://ghomkrosmonaute.github.io/?game) ([@GhomKrosmonaute](https://github.com/GhomKrosmonaute))
|
||||
- [Ghulam Ahmed](https://gahmed.com)
|
||||
- [Gianluca Fiore](http://gianlucafiore.it)
|
||||
@ -612,6 +614,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Nazia Shehnaz Joynab](https://geek-a-byte.github.io)
|
||||
- [Nazmus Sayad](https://sayad.dev)
|
||||
- [Neelanjan Chakraborty](https://neelanjan-chakraborty.github.io)
|
||||
- [Nguyen Chanh Dang](https://chanhdang.com)
|
||||
- [Nhlanhla Hasane](https://nhlanhlahasane.netlify.app)
|
||||
- [Nicholas Gannon](https://nicholasgannon.io/)
|
||||
- [Nico Bachner](https://nicobachner.com)
|
||||
@ -628,6 +631,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Nishant Banjade](https://nishantbanjade.com.np)
|
||||
- [Nishant Dewangan](https://nishantdewangan.vercel.app)
|
||||
- [Nitesh Seram](https://niteshseram.in)
|
||||
- [Noaman Ahmed](https://noamanahmed.com)
|
||||
- [Nurliman Diara](https://nurliman.dev)
|
||||
- [Nuwan Jaliyagoda](http://nuwanjaliyagoda.com)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user