mirror of
https://github.com/emmabostian/developer-portfolios.git
synced 2025-05-13 13:58:02 +00:00
Compare commits
9 Commits
0775603af4
...
9d4b0d1302
Author | SHA1 | Date | |
---|---|---|---|
|
9d4b0d1302 | ||
|
9bd48171dc | ||
|
3b36fc32be | ||
|
f8507e5dc8 | ||
|
232b89a09a | ||
|
277764e22e | ||
|
491edc2b94 | ||
|
f19fadca11 | ||
|
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
|
@ -471,6 +471,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Kiran Naragund](https://kiran1689.github.io)
|
||||
- [Kiran Poudel](https://pkiran.com.np)
|
||||
- [Krishnanand A](https://krishnananda.netlify.app)
|
||||
- [Krupal Sanchaniya](https://krupal-portfolio.vercel.app/) [Software Developer ]
|
||||
- [Kunal Passan](https://kunalpassan.vercel.app)
|
||||
- [Kushan Devarajegowda (Software Developer | Software Engineer | SDE | SWE)](https://ikushdev.github.io)
|
||||
- [Kyaw Zin Thiha](https://www.kyawzinthiha.dev)
|
||||
@ -597,6 +598,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Nikita Sobolev](https://sobolevn.me)
|
||||
- [Nilesh Fatfatwale](https://nileshfatfatwale.vercel.app/)
|
||||
- [Nilkanth Patadiya](https://nilkanthpatadiya.vercel.app)
|
||||
- [Nimit Trevadiya](https://nimit-trevadiya.vercel.app/) (fullstack developer)
|
||||
- [Nipun Jain](https://lucifernipun22.github.io)
|
||||
- [Nisarg Patel](https://nisarg.io)
|
||||
- [Nischal Dutt](https://nischaldutt.netlify.app)
|
||||
@ -914,6 +916,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
|
||||
## Z
|
||||
|
||||
- [Zeel Bhanderi](https://zeelbhanderi.netlify.app) [Export Flutter Developer & FlutterFlow Developer]
|
||||
- [ZHENG Robert](https://www.robert.hase-zheng.net)
|
||||
- [Ziyad](https://ziyadsk.github.io/portfolio-V2)
|
||||
- [Zobaidul Kazi](https://zobkazi.github.io/)
|
||||
|
Loading…
Reference in New Issue
Block a user