mirror of
https://github.com/emmabostian/developer-portfolios.git
synced 2025-01-23 01:46:00 +00:00
Compare commits
6 Commits
219c108b52
...
7c3129c7d2
Author | SHA1 | Date | |
---|---|---|---|
|
7c3129c7d2 | ||
|
95c19de6d6 | ||
|
3630b9bdbd | ||
|
31a984e4cb | ||
|
fc29db6221 | ||
|
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
|
@ -142,6 +142,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
## B
|
||||
|
||||
- [Bakare Afolabi](http://afolabibakare.netlify.app)
|
||||
- [BalKrishna](https://balkrishnabk.com.np)
|
||||
- [Baptiste Miramont](https://baptistemiramont.fr)
|
||||
- [Barrack Amuyunzu](https://amuyunzubarrac.club)
|
||||
- [Beatriz Neaime](https://beatrizneaime.com) [Full Stack Web Developer)
|
||||
@ -770,6 +771,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Vamsi Krishna Chandaluri](https://vamsi-krishna-portfolio.vercel.app)
|
||||
- [Varun Dey](https://varundey.me)
|
||||
- [Vatsal Shah](https://vatsalshah.in)
|
||||
- [Vauth](https://vauth.github.io/hueco)
|
||||
- [Vedant Athavale](https://vedantathavale.webflow.io)
|
||||
- [Vedant Milind Athavale](http://vedant-athavale.byethost31.com/portfolio.html?i=1)
|
||||
- [Vibhor Arya](https://vibhorarya12.vercel.app/)
|
||||
|
Loading…
Reference in New Issue
Block a user