mirror of
https://github.com/emmabostian/developer-portfolios.git
synced 2025-05-12 05:18:00 +00:00
Compare commits
4 Commits
082b7d9997
...
439d6eced5
Author | SHA1 | Date | |
---|---|---|---|
|
439d6eced5 | ||
|
362d255ea6 | ||
|
24a007fa85 | ||
|
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
|
@ -130,6 +130,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Ashikur Rahaman](https://portfolio-by-ashik.netlify.app/)
|
||||
- [Ashish Mehra](https://ashishmehra.dev)
|
||||
- [Ashkan Misaghi](https://ashkanmisaghi.ir)
|
||||
- [Ashish Namdeo](https://ashishnamdeo.com)
|
||||
- [Ashwin Hariharan](https://ashwinhariharan.tech)
|
||||
- [Assad Isah](https://www.nottherealalanturing.site)
|
||||
- [Aster Bandis](https://bandisast.eu)
|
||||
|
Loading…
Reference in New Issue
Block a user