mirror of
https://github.com/emmabostian/developer-portfolios.git
synced 2025-01-23 01:46:00 +00:00
Compare commits
10 Commits
f73b5c6e99
...
815b103cc7
Author | SHA1 | Date | |
---|---|---|---|
|
815b103cc7 | ||
|
e56b5d432f | ||
|
918b5f0039 | ||
|
7eaabdbad2 | ||
|
cb097ee671 | ||
|
e7c99f700e | ||
|
220807aade | ||
|
1d51118fd9 | ||
|
b8bcb84f01 | ||
|
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
|
@ -138,6 +138,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Avinash Pauskar](https://avinashhhportfolio.netlify.app)
|
||||
- [Avinash Suthar](https://avinashsuthar-portfolio.netlify.app)
|
||||
- [Aviral Dixit](https://aviraldixit.in)
|
||||
- [Avisek Ray](https://avisek.codeltix.com) [Full Stack Developer)
|
||||
- [Avnish Kumar](https://theavnishkumar.in)
|
||||
- [Ayanabha Misra](https://ayanabha.life)
|
||||
- [Aycan Öğüt](https://aycan.dev)
|
||||
@ -164,6 +165,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Bhagawat Adhikari](https://github.com/bhagawatadhikari)
|
||||
- [Bharat Bhandari](https://bharatdev.vercel.app)
|
||||
- [Bhavani Ravi](http://bhavaniravi.com)
|
||||
- [Bhavesh Mishra](bhaveshmishra.dev)
|
||||
- [Bhavya Tomar](https://bhavya.dev)
|
||||
- [Bhupendra Singh](https://bhupi2508.netlify.app)
|
||||
- [Bhushan Borole](https://bhushan-borole.github.io)
|
||||
@ -843,6 +845,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Wilson Mun](https://rebrand.ly/wilsonmun)
|
||||
- [William Thanh Long](https://long18.github.io) ([@Long18](https://github.com/Long18))
|
||||
- [Willian De Almeida Lemos](https://rarewolf626.github.io)
|
||||
- [Wisit Longsida](https://wisit-blog.vercel.app/about)
|
||||
|
||||
## Y
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user