Skip to content

Commit c0fa515

Browse files
committed
chore: yarn init
1 parent 1785bbb commit c0fa515

File tree

4 files changed

+30
-0
lines changed

4 files changed

+30
-0
lines changed

.editorconfig

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = lf
5+
insert_final_newline = true
6+
7+
[*.{js,json,yml}]
8+
charset = utf-8
9+
indent_style = space
10+
indent_size = 2

.gitattributes

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/.yarn/** linguist-vendored
2+
/.yarn/releases/* binary
3+
/.yarn/plugins/**/* binary
4+
/.pnp.* binary linguist-generated

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "github-actions-playground",
3+
"packageManager": "[email protected]"
4+
}

yarn.lock

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This file is generated by running "yarn install" inside your project.
2+
# Manual changes might be lost - proceed with caution!
3+
4+
__metadata:
5+
version: 8
6+
cacheKey: 10c0
7+
8+
"github-actions-playground@workspace:.":
9+
version: 0.0.0-use.local
10+
resolution: "github-actions-playground@workspace:."
11+
languageName: unknown
12+
linkType: soft

0 commit comments

Comments
 (0)