mirror of
https://github.com/emmabostian/developer-portfolios.git
synced 2025-05-13 13:58:02 +00:00
Compare commits
12 Commits
97417bdc0b
...
2899cbe8fa
Author | SHA1 | Date | |
---|---|---|---|
|
2899cbe8fa | ||
|
c27d433823 | ||
|
ed14bba2d2 | ||
|
a7c1ad85e1 | ||
|
4451c578e8 | ||
|
8c18bb4ba8 | ||
|
140987df17 | ||
|
4618c05c18 | ||
|
db85383e69 | ||
|
864010912c | ||
|
94d1b89192 | ||
|
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
|
@ -55,6 +55,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Aditya Punmiya](https://adityapunmiya.com) [Software Engineer]
|
||||
- [Aditya Vikram Singh](https://www.adityavsingh.com)
|
||||
- [Adityakumar Sinha](https://aditya113141.github.io)
|
||||
- [Adrian Alvarez](https://www.adrian-alvarez.dev) [Frontend Developer]
|
||||
- [Agney Menon](https://agney.dev)
|
||||
- [Agrawal Pratham](https://agrawalpratham.in)
|
||||
- [Ahmad Almory](https://ahmedalmory.github.io/portfolio)
|
||||
@ -72,6 +73,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Akira Yoshiro](https://gungho0619.vercel.app) [Full-Stack Developer Web | Blockchain]
|
||||
- [Akshat Gupta](https://www.akshatvg.com)
|
||||
- [Akshay](https://devakshay.vercel.app)
|
||||
- [Alan Khalili](https://www.alan-khalili.com/)
|
||||
- [Alejandro Gomez](https://alejandro-gomez.vercel.app)
|
||||
- [Alejandro Sobko](http://alejandrosobko.com)
|
||||
- [Aleksandar Pajić](https://www.aleksandarpajic.co) [Software Developer & Designer]
|
||||
@ -188,6 +190,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Boris Edison](https://borisedison.in)
|
||||
- [Bouwe Westerdijk](https://bouwe.io)
|
||||
- [Brad Garropy](https://bradgarropy.com)
|
||||
- [Brandon Mitchell](https://juncie.com) [Full Stack Developer]
|
||||
- [Brendan Lentz](https://brendanlentz.com)
|
||||
- [Brihadeesh R K](https://briha.xyz) [Full Stack Developer]
|
||||
- [Brittany Chiang](https://brittanychiang.com)
|
||||
@ -426,6 +429,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Jayant Parashar](https://jparasha.github.io)
|
||||
- [Jayed Rafi](https://jayedrafi.com)
|
||||
- [Jayvee Valenzuela](https://jayveepvalenzuela.github.io)
|
||||
- [Jeayoung Jeon](https://jyje.live) [MLOps/DevOps Engineer]
|
||||
- [Jeff Chiu](https://jeffchiucp.github.io/portfolio)
|
||||
- [Jens van Wijhe](https://www.beterbekend.nl)
|
||||
- [Jeremiah Haastrup](https://jeremiahhaastrup.com)
|
||||
@ -433,6 +437,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Jeremy Grifski](https://jeremygrifski.com)
|
||||
- [Jerin BS](https://jerinbs.vercel.app)
|
||||
- [Jerry Hirsch](https://jerryhirsch.com)
|
||||
- [Jesus Santander](https://jsantanders.dev)
|
||||
- [Jim Raptis](http://www.raptis.wtf)
|
||||
- [Jin Jheng Rong](https://jinrup.vercel.app)
|
||||
- [Jo Lienhoop](https://jolienhoop.com)
|
||||
|
Loading…
Reference in New Issue
Block a user