installed @actions/core

This commit is contained in:
SG
2023-09-25 22:45:46 +05:30
parent 64bdb23066
commit 0ae396c32e
6 changed files with 20 additions and 15 deletions
+1
View File
@@ -25,3 +25,4 @@ jobs:
If you are fixing a bug, please reference the issue number in the description.
If you are implementing a feature request, please check with the maintainers that the feature will be accepted first.
+1
View File
@@ -12,3 +12,4 @@ inputs:
runs:
using: 'docker'
image: 'Dockerfile'
+4 -1
View File
@@ -59,5 +59,8 @@
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
},
"exclude": ["node_modules", "**/*.test.ts"]
"exclude": [
"node_modules",
"**/*.test.ts"
]
}