mirror of
https://github.com/emmabostian/developer-portfolios.git
synced 2025-05-02 16:38:01 +00:00
Compare commits
11 Commits
298215121e
...
caaa79872e
Author | SHA1 | Date | |
---|---|---|---|
|
caaa79872e | ||
|
5d0058c48c | ||
|
e6d6532fff | ||
|
f73f9959c7 | ||
|
d3765f3fe1 | ||
|
cdcd7cee0c | ||
|
151104f7ef | ||
|
d7473e4972 | ||
|
b29ded02de | ||
|
a9cf6d1314 | ||
|
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
|
@ -70,6 +70,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Akshay](https://devakshay.vercel.app)
|
||||
- [Alejandro Gomez](https://alejandro-gomez.vercel.app)
|
||||
- [Alejandro Sobko](http://alejandrosobko.com)
|
||||
- [Aleksandar Pajić](https://www.aleksandarpajic.co) [Software Developer & Designer]
|
||||
- [Alestor Aldous](http://alestor123.github.io)
|
||||
- [Alex Michailidis](https://alexandros.tech)
|
||||
- [Alexey Golub](http://tyrrrz.me)
|
||||
@ -158,6 +159,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Benny Carlsson](https://bennycarlsson.github.io/MyPortfolio-Hacktoberfest2019/)
|
||||
- [Berat Bozkurt](https://beratbozkurt.net)
|
||||
- [Bertil Tandayamo](https://www.bertiltandayamo.me)
|
||||
- [Beteab Tefera](https://beteabtefera.com)
|
||||
- [Bhagawat Adhikari](https://github.com/bhagawatadhikari)
|
||||
- [Bharat Bhandari](https://bharatdev.vercel.app)
|
||||
- [Bhavani Ravi](http://bhavaniravi.com)
|
||||
@ -339,6 +341,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Herman Starikov](http://starikov.dev)
|
||||
- [Hisami Kurita](https://hsmkrt1996.com/) [Frontend Developer]
|
||||
- [Hubert Kimani](https://hubertkimani.me)
|
||||
- [Hugo Folloni](https://hugofolloni.com)
|
||||
- [Humanshu Jaglan](https://humanshu-jaglan.vercel.app)
|
||||
- [Hungry Bear Studio](https://www.hungrybearstudios.com)
|
||||
- [Hussein Sarea](https://ho011.vercel.app)
|
||||
@ -635,6 +638,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Ramesh Kumar](https://rameskum.com)
|
||||
- [Ramiz](https://my-portfolio-pied-xi.vercel.app)
|
||||
- [Razin Rayees](https://razin.in)
|
||||
- [Reeya Gupta](https://reeyadev.vercel.app/) [Full Stack Developer]
|
||||
- [Remi Jara](https://www.remi-jara.fr)
|
||||
- [Rensith Udara](https://rensithudara.github.io/portfolio/)
|
||||
- [Richard Hill](https://www.rhdigital.co.uk/) [Digital Designer]
|
||||
|
Loading…
Reference in New Issue
Block a user