Skip to content

Commit 6d240cd

Browse files
committed
Validate front matter in CI
1 parent e8d109a commit 6d240cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222

2323
- run: cargo clippy --workspace -- -D warnings
2424
- run: cargo fmt --check --all
25+
- run: cargo test --package front_matter
2526

2627
build:
2728
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)