We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 559caf7 commit be3ddafCopy full SHA for be3ddaf
3 files changed
.gitignore
@@ -4,3 +4,4 @@
4
.venv
5
.mise.toml
6
node_modules/
7
+*.tsbuildinfo
package.json
@@ -1,7 +1,7 @@
1
{
2
"scripts": {
3
"actions:type-check": "tsc -p ./tsconfig.json",
- "actions:test": "vitest --run .github/actions"
+ "actions:test": "vitest --run ."
},
"devDependencies": {
"@actions/core": "^3.0.0",
tsconfig.json
@@ -15,9 +15,6 @@
15
"allowImportingTsExtensions": true
16
17
"include": [
18
- ".github/actions/**/*.mts",
19
- ".github/actions/**/*.ts",
20
- ".github/actions/**/*.mjs",
21
- ".github/actions/**/*.js"
+ "commit/*.mts",
22
]
23
}
0 commit comments