mirror of
https://github.com/emmabostian/developer-portfolios.git
synced 2025-01-23 01:46:00 +00:00
Compare commits
5 Commits
a743482749
...
9171e006d3
Author | SHA1 | Date | |
---|---|---|---|
|
9171e006d3 | ||
|
dbca971385 | ||
|
95a395f388 | ||
|
c86a48a2b3 | ||
|
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
|
@ -84,6 +84,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Aman Mittal](http://amanhimself.dev)
|
||||
- [Aman Shrivastava](https://aman04.netlify.app)
|
||||
- [Amir Akbulut](https://amirdev.nl)
|
||||
- [Amit Chauhan](https://amitchauhan.dev)
|
||||
- [Amogh Telkar](https://amoghtelkar.com)
|
||||
- [Amresh Prasad Sinha](https://amreshsinha.vercel.app)
|
||||
- [Amruth Pillai](https://amruthpillai.com)
|
||||
|
Loading…
Reference in New Issue
Block a user