mirror of
https://github.com/emmabostian/developer-portfolios.git
synced 2025-05-07 10:58:00 +00:00
Compare commits
11 Commits
eefd111425
...
888154cf40
Author | SHA1 | Date | |
---|---|---|---|
|
888154cf40 | ||
|
c0c051615b | ||
|
cfe7cf2d6f | ||
|
a81c288cd0 | ||
|
d6cc052877 | ||
|
54468a2cf1 | ||
|
2395314f74 | ||
|
e3cdbf5e0f | ||
|
de125b038f | ||
|
89d4a89027 | ||
|
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
|
@ -187,6 +187,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Carlos Dubón](https://carlosdubon.dev)
|
||||
- [Casper Iversen](https://caspertheghost.me)
|
||||
- [Cecelia Martinez](http://ceceliacreates.com)
|
||||
- [Cemal Türkcan)](https://cemalturkcan.com)
|
||||
- [Chambrin Alexandre](https://chambrin.dev)
|
||||
- [Charles C. Pustejovsky III](https://cpustejovsky.com)
|
||||
- [Charles Ouimet](https://ouimet.info) [Backend Developer] (made with [TechFolios](https://techfolios.github.io))
|
||||
@ -506,6 +507,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Maxim Villivald](https://villivald.com)
|
||||
- [Maya Shavin](https://www.mayashavin.com)
|
||||
- [Mayank Aggarwal](https://mayank0255.github.io)
|
||||
- [Mayank Mehra](https://mayank-portfolio-pied.vercel.app/)
|
||||
- [Maytiya Monburinon](https://gigigimay.github.io)
|
||||
- [Md Nabil Ahsan](https://www.mdnabilahsan.com)
|
||||
- [Md Usman Ansari](https://mdusmanansari.netlify.app)
|
||||
@ -749,9 +751,11 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Sourabh Kothari](https://sourabhkothari.vercel.app)
|
||||
- [Sourav Dutta](http://i-am-souravdutta.firebaseapp.com)
|
||||
- [Sree Godavarthi](http://sreegodavarthi.github.io)
|
||||
- [Srijan Baniyal](https://srijanbaniyal.com)[Full Stack Developer]
|
||||
- [Stefan Bohacek](https://fourtonfish.com)
|
||||
- [Stefan Topalovic](https://www.stefantopalovic.com/)
|
||||
- [Stéphane Chan Hiou Kong](https://www.chan-stephane.me) (Software Engineer) ([@chan-stephane](https://github.com/chan-stephane))
|
||||
- [Suhaib SZ](https://suhaib.protool.co.in) (Founder of) ([@Protool](https://protool.co.in))
|
||||
- [Sumonta Saha Mridul](https://sumonta056.github.io)
|
||||
- [Surya MU](https://surya-mu.me/)
|
||||
- [Syed Muhammad Abdullah Ahsan](https://linktr.ee/abdullahahsan)
|
||||
|
Loading…
Reference in New Issue
Block a user