mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-15 19:08:17 +00:00
refactor!: move dirs outside of src/ (#2032)
This commit is contained in:
@@ -3,14 +3,26 @@ name: Local Tests Only
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
|
- "handlers/**"
|
||||||
|
- "helpers/**"
|
||||||
- "plugins/**"
|
- "plugins/**"
|
||||||
- "src/**"
|
- "rest/**"
|
||||||
- "tests/**"
|
- "tests/**"
|
||||||
|
- "transformers/**"
|
||||||
|
- "types/**"
|
||||||
|
- "util/**"
|
||||||
|
- "ws/**"
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
|
- "handlers/**"
|
||||||
|
- "helpers/**"
|
||||||
- "plugins/**"
|
- "plugins/**"
|
||||||
- "src/**"
|
- "rest/**"
|
||||||
- "tests/**"
|
- "tests/**"
|
||||||
|
- "transformers/**"
|
||||||
|
- "types/**"
|
||||||
|
- "util/**"
|
||||||
|
- "ws/**"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|||||||
@@ -3,9 +3,15 @@ name: Test
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
|
- "handlers/**"
|
||||||
|
- "helpers/**"
|
||||||
- "plugins/**"
|
- "plugins/**"
|
||||||
- "src/**"
|
- "rest/**"
|
||||||
- "tests/**"
|
- "tests/**"
|
||||||
|
- "transformers/**"
|
||||||
|
- "types/**"
|
||||||
|
- "util/**"
|
||||||
|
- "ws/**"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|||||||
@@ -27,15 +27,15 @@ await build({
|
|||||||
"./mod.ts",
|
"./mod.ts",
|
||||||
{
|
{
|
||||||
name: "./rest",
|
name: "./rest",
|
||||||
path: "src/rest/mod.ts",
|
path: "rest/mod.ts",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "./gateway",
|
name: "./gateway",
|
||||||
path: "src/ws/mod.ts",
|
path: "ws/mod.ts",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "./types",
|
name: "./types",
|
||||||
path: "src/types/mod.ts",
|
path: "types/mod.ts",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "./plugins",
|
name: "./plugins",
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user