mirror of
https://github.com/emmabostian/developer-portfolios.git
synced 2025-05-12 13:28:01 +00:00
Compare commits
8 Commits
041f89b098
...
082b7d9997
Author | SHA1 | Date | |
---|---|---|---|
|
082b7d9997 | ||
|
583395438c | ||
|
3b55f74732 | ||
|
52a46b7877 | ||
|
6c70a30ac2 | ||
|
118fed4519 | ||
|
0fa4f96398 | ||
|
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
|
@ -130,7 +130,6 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
|||||||
- [Ashikur Rahaman](https://portfolio-by-ashik.netlify.app/)
|
- [Ashikur Rahaman](https://portfolio-by-ashik.netlify.app/)
|
||||||
- [Ashish Mehra](https://ashishmehra.dev)
|
- [Ashish Mehra](https://ashishmehra.dev)
|
||||||
- [Ashkan Misaghi](https://ashkanmisaghi.ir)
|
- [Ashkan Misaghi](https://ashkanmisaghi.ir)
|
||||||
- [Ashlee Boyer](http://ashleemboyer.dev)
|
|
||||||
- [Ashwin Hariharan](https://ashwinhariharan.tech)
|
- [Ashwin Hariharan](https://ashwinhariharan.tech)
|
||||||
- [Assad Isah](https://www.nottherealalanturing.site)
|
- [Assad Isah](https://www.nottherealalanturing.site)
|
||||||
- [Aster Bandis](https://bandisast.eu)
|
- [Aster Bandis](https://bandisast.eu)
|
||||||
@ -248,6 +247,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
|||||||
- [Dev Jadiya](https://dev-jadiya.web.app/)
|
- [Dev Jadiya](https://dev-jadiya.web.app/)
|
||||||
- [Devrim Mehmet Pattabanoğlu](https://devrimmehmet.com/)
|
- [Devrim Mehmet Pattabanoğlu](https://devrimmehmet.com/)
|
||||||
- [Dewald Els](https://dewaldels.com)
|
- [Dewald Els](https://dewaldels.com)
|
||||||
|
- [Dhananjay Shahane](https://dhananjay-dev.vercel.app)
|
||||||
- [Dharmendra Kumar](https://www.developer-dharmendra.online)
|
- [Dharmendra Kumar](https://www.developer-dharmendra.online)
|
||||||
- [Dhaval Patel](https://dhavalcode.com)
|
- [Dhaval Patel](https://dhavalcode.com)
|
||||||
- [Dheeraj Gupta](https://dheerajgupta.netlify.app/#)
|
- [Dheeraj Gupta](https://dheerajgupta.netlify.app/#)
|
||||||
@ -737,6 +737,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
|||||||
- [Sanyam Kumar](https://sanyam.dev)
|
- [Sanyam Kumar](https://sanyam.dev)
|
||||||
- [Sarang N](https://srng.dev)
|
- [Sarang N](https://srng.dev)
|
||||||
- [Saroj Pradhan](https://pradhansaroj.com.np)
|
- [Saroj Pradhan](https://pradhansaroj.com.np)
|
||||||
|
- [Sartaj Alam](https://sak03.github.io/sartaj.dev/)
|
||||||
- [Sarvesh Patil](https://sarveshpatil.com)
|
- [Sarvesh Patil](https://sarveshpatil.com)
|
||||||
- [Satish Jhanwer](https://satishjhanwer.github.io) ([@satishjhanwer](https://github.com/satishjhanwer))
|
- [Satish Jhanwer](https://satishjhanwer.github.io) ([@satishjhanwer](https://github.com/satishjhanwer))
|
||||||
- [Satyam Gupta](https://imlolman.github.io) ([@imlolman](https://github.com/imlolman))
|
- [Satyam Gupta](https://imlolman.github.io) ([@imlolman](https://github.com/imlolman))
|
||||||
|
Loading…
Reference in New Issue
Block a user