We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca32ac2 commit 31a196bCopy full SHA for 31a196b
.github/workflows/check-frontmatter.yml
@@ -28,6 +28,7 @@ jobs:
28
29
- name: Check frontmatter
30
run: |
31
+ npm install gray-matter
32
node -e '
33
const fs = require("fs");
34
const matter = require("gray-matter");
chains-opensource.md
@@ -4,7 +4,7 @@ title: Open-source contributions of the Chains project
4
5
# Open-source contributions of the Chains project
6
7
-Our contributions to the infrastructure.
+Our contributions to the open-source infrastructure.
8
9
* Maven
10
* [maven-lockfile: build integrity in Maven with lockfiles](https://github.com/chains-project/maven-lockfile/)
0 commit comments