mirror of
https://github.com/emmabostian/developer-portfolios.git
synced 2025-05-02 16:38:01 +00:00
Compare commits
6 Commits
caaa79872e
...
0f15ff0d89
Author | SHA1 | Date | |
---|---|---|---|
|
0f15ff0d89 | ||
|
a6a2ad2247 | ||
|
f45982d169 | ||
|
4117db1594 | ||
|
f0ce0a3e2b | ||
|
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
|
@ -427,6 +427,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Keith Lau](https://keithlau2015.github.io/portfolio)
|
||||
- [Kenta Yamamoto](https://ychof.com)
|
||||
- [Ketuman Vishwakarma](https://k2maan.vercel.app/)([@k2maan](https://github.com/k2maan))
|
||||
- [Kevin Bogagne](https://kevinbg.vercel.app/) [Software Engineer ]
|
||||
- [Khaled Ahmed](https://khaled.is-a.dev)
|
||||
- [Khang Nguyen](https://khangnd.info)
|
||||
- [Khizar FAREED](https://khizarfareed.netlify.app/) [Engineer ]
|
||||
|
Loading…
Reference in New Issue
Block a user