Skip to content

Commit bb5cf1c

Browse files
committed
remove make format-markdown since it conflicts with make check-markdown
1 parent c2d8aa7 commit bb5cf1c

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@ install-npm:
9494
check-markdown: install-npm
9595
npm run check-markdown
9696

97-
.PHONY: format-markdown
98-
format-markdown: install-npm
99-
npm run format-markdown
100-
10197
.PHONY: check-examples
10298
check-examples: install-npm
10399
npm run check-examples

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ connectors, please refer to the [STAC Model](./README_STAC_MODEL.md) document.
104104
- [Open access paper](https://dl.acm.org/doi/10.1145/3681769.3698586) describing version 1.3.0 of the extension
105105
- [SigSpatial 2024 GeoSearch Workshop presentation](/docs/static/sigspatial_2024_mlm.pdf)
106106
- [MLM Form Filler](https://mlm-form.vercel.app/) a two page app to fill out and validate MLM STAC Item metadata.
107-
Check out the [wherobots/mlm-form](https://github.com/wherobots/mlm-form) repository if you have questions, issues, or want to contribute.
107+
Check out the [wherobots/mlm-form](https://github.com/wherobots/mlm-form) repository if you have questions, issues, or
108+
want to contribute.
108109

109110
## Item Properties and Collection Fields
110111

0 commit comments

Comments
 (0)