mirror of
https://github.com/emmabostian/developer-portfolios.git
synced 2025-05-15 23:07:59 +00:00
Compare commits
7 Commits
539d2e6574
...
46cf8adce0
Author | SHA1 | Date | |
---|---|---|---|
|
46cf8adce0 | ||
|
8010d1feed | ||
|
8f18709e01 | ||
|
db509b8632 | ||
|
ded0fbddae | ||
|
9d835cecc0 | ||
|
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
|
@ -251,6 +251,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
|
||||
- [Dale French](https://dalefrench.dev)
|
||||
- [Dale Larroder](https://dalelarroder.com)
|
||||
- [Damian Duda](https://damianduda.dev) [Full-stack Developer]
|
||||
- [Damian Markowski](https://damianmarkowski.com)
|
||||
- [Dania Al-Hakim](https://pixeldania.netlify.app)
|
||||
- [Daniel Grazziotti](https://grazziotti-portfolio.vercel.app)
|
||||
@ -921,6 +922,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
|
||||
## V
|
||||
|
||||
- [Vivek Chudasama](https://vivekchudasama-2004.github.io/portfolio/)
|
||||
- [Vahid Foroughi](https://vahidforoughi.com)
|
||||
- [Vaibhav Jaiswal](https://vaibhavjaiswal.vercel.app/#)
|
||||
- [Vaibhav Padmani](https://vi0650.github.io/)
|
||||
|
Loading…
Reference in New Issue
Block a user