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 31a196b commit 6b1cda0Copy full SHA for 6b1cda0
.github/workflows/check-frontmatter.yml
@@ -39,7 +39,7 @@ jobs:
39
const files = fs.readdirSync(dir);
40
41
for (const file of files) {
42
- if (file === 'node_modules') {
+ if (file === "node_modules") {
43
continue;
44
}
45
const filePath = path.join(dir, file);
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 open-source infrastructure.
+The project's 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