Skip to content

Commit 6b1cda0

Browse files
committed
@monperrus at work
1 parent 31a196b commit 6b1cda0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-frontmatter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
const files = fs.readdirSync(dir);
4040
4141
for (const file of files) {
42-
if (file === 'node_modules') {
42+
if (file === "node_modules") {
4343
continue;
4444
}
4545
const filePath = path.join(dir, file);

chains-opensource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Open-source contributions of the Chains project
44

55
# Open-source contributions of the Chains project
66

7-
Our contributions to the open-source infrastructure.
7+
The project's contributions to the open-source infrastructure.
88

99
* Maven
1010
* [maven-lockfile: build integrity in Maven with lockfiles](https://github.com/chains-project/maven-lockfile/)

0 commit comments

Comments
 (0)