mirror of
https://github.com/emmabostian/developer-portfolios.git
synced 2025-05-12 05:18:00 +00:00
Compare commits
6 Commits
7d9875f490
...
041f89b098
Author | SHA1 | Date | |
---|---|---|---|
|
041f89b098 | ||
|
bebefd0f1e | ||
|
8da2a27e44 | ||
|
18eb7a7262 | ||
|
3fec55c6b9 | ||
|
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
|
@ -306,6 +306,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Flavia Medici](https://t.co/iQK1Hbx8xD?amp=1)
|
||||
- [Floris Melchers](https://Floriscodes.nl)
|
||||
- [Frances Coronel](https://francescoronel.com)
|
||||
- [Franck GALLIOD](https://www.franckwebpro.com/) [Fullstack & Webflow Developer]
|
||||
- [Franklin Castellanos](https://onecastell.github.io)
|
||||
- [Franklin Huichi Contreras](https://franh20.github.io)
|
||||
- [Franklin Ohaegbulam](https://frankiefab.netlify.app)
|
||||
@ -746,6 +747,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
|
||||
- [Sayyid Marvan](https://sayyidmarvanvt.vercel.app/)
|
||||
- [Schalk Venter](https://schalkventer.me/)
|
||||
- [Schleidens Dev](https://schleidens.netlify.app)
|
||||
- [Sckoorp](https://sckoorp.com)
|
||||
- [Scott Spence](https://scottspence.com)
|
||||
- [Sebastian Cherny](https://sebascherny.github.io/)
|
||||
- [Sergei Chestakov](https://sergei.com)
|
||||
|
Loading…
Reference in New Issue
Block a user