mirror of
https://github.com/emmabostian/developer-portfolios.git
synced 2025-05-13 22:07:59 +00:00
Compare commits
11 Commits
278f3cc1a1
...
54c55f8374
Author | SHA1 | Date | |
---|---|---|---|
|
54c55f8374 | ||
|
6055492fa8 | ||
|
35362ee62f | ||
|
f686d01981 | ||
|
f77f0f102a | ||
|
007fe29949 | ||
|
a4c42a0a14 | ||
|
8f9ee04553 | ||
|
088975b1b1 | ||
|
e1826dbce0 | ||
|
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
|
@ -60,6 +60,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Agney Menon](https://agney.dev)
|
||||
- [Agrawal Pratham](https://agrawalpratham.in)
|
||||
- [Ahmad Almory](https://ahmedalmory.github.io/portfolio)
|
||||
- [Ahmad Gill](https://ahmadgill-portfolio.netlify.app/) [MERN/NextJs Developer | Web 3 & Blockchain]
|
||||
- [Ahmad Awais](https://ahmadawais.com)
|
||||
- [Ahmed Oublihi](https://www.medevs.xyz)
|
||||
- [Ahmet Eren Odacı](https://ahmete.ren)
|
||||
@ -226,7 +227,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Chuckz Okoye](https://chuckzokoye.com)
|
||||
- [Chung Nguyen Thanh - ChunhThanhDe](https://chunhthanhde.github.io)
|
||||
- [Clyde D'Souza](https://clydedsouza.net)
|
||||
- [Codexoft KE](https://codexoft.tech)
|
||||
- [Codexoft KE](https://codexoft.tech) [Full Stack Developer & Mobile App Dev]
|
||||
- [Cole Emeruche](https://coleruche.com)
|
||||
- [Colin Lord](https://colinlord.com)
|
||||
- [Collins Koech](https://collinskoechportfolio.web.app)
|
||||
|
Loading…
Reference in New Issue
Block a user