mirror of
https://github.com/emmabostian/developer-portfolios.git
synced 2025-05-13 22:07:59 +00:00
Compare commits
7 Commits
2899cbe8fa
...
f81a4e94c1
Author | SHA1 | Date | |
---|---|---|---|
|
f81a4e94c1 | ||
|
7aa2d91529 | ||
|
6af3707254 | ||
|
4df2e3ba80 | ||
|
dd79d3970a | ||
|
df78830920 | ||
|
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
|
@ -409,6 +409,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
|||||||
- [Jacob Herper](https://jacobherper.com)
|
- [Jacob Herper](https://jacobherper.com)
|
||||||
- [Jaen Nova](https://jaenn.netlify.app)
|
- [Jaen Nova](https://jaenn.netlify.app)
|
||||||
- [Jagadeesh B](https://jagadeeshftw.netlify.app)
|
- [Jagadeesh B](https://jagadeeshftw.netlify.app)
|
||||||
|
- [Jagannath p s](https://jagannathps.site/) [Front end developer ]
|
||||||
- [Jahir Fiquitiva](https://jahir.dev)
|
- [Jahir Fiquitiva](https://jahir.dev)
|
||||||
- [Jainam Desai](https://th3c0d3br34ker.github.io)
|
- [Jainam Desai](https://th3c0d3br34ker.github.io)
|
||||||
- [Jainex Patel](https://jainex.vercel.app)
|
- [Jainex Patel](https://jainex.vercel.app)
|
||||||
@ -452,6 +453,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
|||||||
- [Jules Lofficial](https://pandaguerrier.fr) [@PandaGuerrier](https://github.com/PandaGuerrier)
|
- [Jules Lofficial](https://pandaguerrier.fr) [@PandaGuerrier](https://github.com/PandaGuerrier)
|
||||||
- [Julia Johnson](http://juliacodes.com)
|
- [Julia Johnson](http://juliacodes.com)
|
||||||
- [Juned Khan](https://junedkhan.me)
|
- [Juned Khan](https://junedkhan.me)
|
||||||
|
- [Juon Kawakami (@evesquare)](https://me.evesq.com) [Fullstack Developer | UI/UX Designer]
|
||||||
- [Jyotirmoy Bandyopadhayaya](https://itsmebravo.dev)
|
- [Jyotirmoy Bandyopadhayaya](https://itsmebravo.dev)
|
||||||
|
|
||||||
## K
|
## K
|
||||||
|
Loading…
Reference in New Issue
Block a user