Skip to content

Commit 254e05f

Browse files
committed
Add package files
1 parent 1e1d73f commit 254e05f

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

.github/scripts/package-lock.json

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/scripts/package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "workflows",
3+
"version": "1.0.0",
4+
"description": "Dependencies for GitHub Action workflows",
5+
"private": true,
6+
"dependencies": {
7+
"yaml": "2.8.1"
8+
}
9+
}

0 commit comments

Comments
 (0)