mirror of
https://github.com/emmabostian/developer-portfolios.git
synced 2025-01-23 01:46:00 +00:00
Compare commits
5 Commits
fb4e8e58cf
...
f0d7aa9f4d
Author | SHA1 | Date | |
---|---|---|---|
|
f0d7aa9f4d | ||
|
ab5b0b38a0 | ||
|
f3270842a7 | ||
|
e7e2cd0d73 | ||
|
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
|
@ -176,6 +176,7 @@ Current Portfolio Count: 797
|
||||
- [Bhushan Borole](https://bhushan-borole.github.io)
|
||||
- [Binay Shaw](https://binay-shaw.onrender.com) [Mobile Developer]
|
||||
- [Bipin M V](https://bipinmv.netlify.app)
|
||||
- [Bjorn Melin](https://bjornmelin.io) [Data Scientist]
|
||||
- [Blanc John Clayton](https://www.johnclaytonblanc.com)
|
||||
- [Bob Matyas](https://www.bobmatyas.com)
|
||||
- [Bogdan Marić](https://bogdanmaric.dev)
|
||||
|
Loading…
Reference in New Issue
Block a user