mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
build: inline external Github Actions to unblock CI (#12241)
* build: inline cached-dependencies to unblock CI * Run E2E on pull_request on;y * Inline all external actions * Checkout needed for internal actions Also fixes pre-commit * Add missing files
This commit is contained in:
24
.github/actions/file-changes-action/tsconfig.json
vendored
Normal file
24
.github/actions/file-changes-action/tsconfig.json
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"compileOnSave": true,
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"rootDirs": [
|
||||
"src",
|
||||
"src/tests/mocks/*"
|
||||
],
|
||||
"sourceMap": true,
|
||||
"target": "ES2019",
|
||||
"module": "commonjs",
|
||||
"outDir": "./lib",
|
||||
"strict": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"paths": {
|
||||
"*": ["node_modules/"],
|
||||
"typings/*": ["src/typings/*"]
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"src/**/*.ts",
|
||||
"."
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user