Skip to content

Commit d898d34

Browse files
author
Dan Clayton
committed
test
1 parent ca29498 commit d898d34

88 files changed

Lines changed: 4400 additions & 1744 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/copilot-instructions.md

Lines changed: 0 additions & 97 deletions
This file was deleted.

.github/dotgithub.json

Lines changed: 5 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,17 @@
11
{
22
"version": "1.0.0",
3-
"outputDir": "src",
3+
"rootDir": "custom-src",
4+
"outputDir": "./",
45
"actions": [
5-
{
6-
"orgRepo": "actions/cache",
7-
"ref": "0400d5f644dc74513175e3cd8d07132dd4860809",
8-
"versionRef": "v4",
9-
"functionName": "cache",
10-
"outputPath": "actions/actions/cache/cache.ts"
11-
},
12-
{
13-
"orgRepo": "actions/cache",
14-
"ref": "0400d5f644dc74513175e3cd8d07132dd4860809",
15-
"versionRef": "v4",
16-
"functionName": "restoreCache",
17-
"outputPath": "actions/actions/cache/restore/restore-cache.ts",
18-
"actionPath": "restore"
19-
},
20-
{
21-
"orgRepo": "actions/cache",
22-
"ref": "0400d5f644dc74513175e3cd8d07132dd4860809",
23-
"versionRef": "v4",
24-
"functionName": "saveACache",
25-
"outputPath": "actions/actions/cache/save/save-a-cache.ts",
26-
"actionPath": "save"
27-
},
286
{
297
"orgRepo": "actions/checkout",
308
"ref": "08c6903cd8c0fde910a37f88322edcfb5dd907a8",
319
"versionRef": "v5",
32-
"functionName": "checkout",
33-
"outputPath": "actions/actions/checkout.ts"
34-
},
35-
{
36-
"orgRepo": "actions/setup-node",
37-
"ref": "a0853c24544627f65ddf259abe73b1d18a591444",
38-
"versionRef": "v5",
39-
"functionName": "setupNodeJsEnvironment",
40-
"outputPath": "actions/actions/setup-node.ts"
41-
},
42-
{
43-
"orgRepo": "changesets/action",
44-
"ref": "8eb63fb4cfc7f9643537c7d39d0b68c835012a19",
45-
"versionRef": "v1.5.3",
46-
"functionName": "changesets",
47-
"outputPath": "actions/changesets/action.ts"
48-
},
49-
{
50-
"orgRepo": "oven-sh/setup-bun",
51-
"ref": "735343b667d3e6f658f44d0eca948eb6282f2b76",
52-
"versionRef": "v2",
53-
"functionName": "setupBun",
54-
"outputPath": "actions/oven-sh/setup-bun.ts"
55-
}
56-
],
57-
"plugins": [
58-
{
59-
"name": "monorepo",
60-
"package": "./plugins/monorepo/index.ts",
61-
"config": {},
62-
"enabled": true
63-
}
64-
],
65-
"stacks": [
66-
{
67-
"name": "main",
68-
"plugins": [
69-
"monorepo"
70-
],
71-
"config": {}
10+
"outputPath": "../../test-output/actions/checkout.ts"
7211
}
7312
],
13+
"plugins": [],
14+
"stacks": [],
7415
"options": {
7516
"tokenSource": "env",
7617
"formatting": {

.github/src/actions/actions/cache/cache.ts

Lines changed: 0 additions & 52 deletions
This file was deleted.

.github/src/actions/actions/cache/index.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/src/actions/actions/cache/restore/restore-cache.ts

Lines changed: 0 additions & 52 deletions
This file was deleted.

.github/src/actions/actions/cache/save/save-a-cache.ts

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/src/actions/actions/index.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/src/actions/changesets/action.ts

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)